spaCy/spacy
Andrew Janco 3cfeb518ee
Handle "_" value for token pos in conllu data (#9903)
* change '_' to '' to allow Token.pos, when no value for token pos in conllu data

* Minor code style

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-12-21 15:46:33 +01:00
..
cli Fix Language-specific factory handling in package command (#9674) 2021-11-29 08:31:02 +01:00
displacy Displacy serve entity linking support without `manual=True` support. (#9748) 2021-11-29 17:13:26 +01:00
lang Remove NER words from stop words in Norwegian (#9820) 2021-12-07 09:45:10 +01:00
matcher Entity ruler remove pattern (#9685) 2021-12-06 15:32:49 +01:00
ml Fix spancat for empty docs and zero suggestions (#9654) 2021-11-15 12:40:55 +01:00
pipeline Use dict.copy().items() instead of list(.items()) (#9868) 2021-12-16 09:17:33 +01:00
tests Merge pull request #9891 from explosion/master 2021-12-17 14:01:27 +01:00
tokens Added sents property to Span for Spans spanning over several sentences (#9699) 2021-12-06 09:58:01 +01:00
training Handle "_" value for token pos in conllu data (#9903) 2021-12-21 15:46:33 +01:00
__init__.pxd
__init__.py
__main__.py
about.py Set version to v3.2.1 (#9823) 2021-12-07 10:51:45 +01:00
attrs.pxd
attrs.pyx Update Cython string types (#9143) 2021-09-13 17:02:17 +02:00
compat.py Custom component types in spacy.ty (#9469) 2021-10-21 15:31:06 +02:00
default_config.cfg
default_config_pretraining.cfg
errors.py Entity ruler remove pattern (#9685) 2021-12-06 15:32:49 +01:00
glossary.py Add glossary entry for _SP (#8983) 2021-08-20 12:04:02 +02:00
kb.pxd
kb.pyx Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.2-1 2021-10-26 11:53:50 +02:00
language.py Use Language.pipe in evaluate (#9800) 2021-12-06 20:39:15 +01:00
lexeme.pxd
lexeme.pyi
lexeme.pyx Update Cython string types (#9143) 2021-09-13 17:02:17 +02:00
lookups.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors (#9167) 2021-10-14 15:21:40 +02:00
morphology.pxd
morphology.pyx
parts_of_speech.pxd
parts_of_speech.pyx
pipe_analysis.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors (#9167) 2021-10-14 15:21:40 +02:00
py.typed
schemas.py Allow Matcher to match on ENT_ID and ENT_KB_ID (#9688) 2021-11-24 10:37:10 +01:00
scorer.py Allow Scorer.score_spans to handle pred docs with missing annotation (#9701) 2021-11-23 15:17:19 +01:00
strings.pxd Update Cython string types (#9143) 2021-09-13 17:02:17 +02:00
strings.pyi 🏷 Add Mypy check to CI and ignore all existing Mypy errors (#9167) 2021-10-14 15:21:40 +02:00
strings.pyx Update Cython string types (#9143) 2021-09-13 17:02:17 +02:00
structs.pxd
symbols.pxd
symbols.pyx
tokenizer.pxd Remove two attributes marked for removal in 3.1 (#9150) 2021-09-15 23:07:21 +02:00
tokenizer.pyx Update Tokenizer documentation to reflect token_match and url_match signatures (#9859) 2021-12-15 09:34:33 +01:00
ty.py Custom component types in spacy.ty (#9469) 2021-10-21 15:31:06 +02:00
typedefs.pxd
typedefs.pyx
util.py Format (#9630) 2021-11-05 09:56:26 +01:00
vectors.pyx Use dict.copy().items() instead of list(.items()) (#9868) 2021-12-16 09:17:33 +01:00
vocab.pxd Add support for floret vectors (#8909) 2021-10-27 14:08:31 +02:00
vocab.pyi Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.2-1 2021-10-26 11:53:50 +02:00
vocab.pyx Add support for floret vectors (#8909) 2021-10-27 14:08:31 +02:00