spaCy/spacy
Adriane Boyd a6548ead17
Add _ as a symbol (#6153)
* Add _ to StringStore in Morphology

* Add _ as a symbol

Add `_` as a symbol instead of adding to the `StringStore`.
2020-09-27 22:20:14 +02:00
..
cli Merge branch 'develop' into fix/train-config-interpolation 2020-09-26 15:32:14 +02:00
displacy
lang Fix handling of score_weights 2020-09-24 10:27:33 +02:00
matcher Add MORPH handling to Matcher (#6107) 2020-09-24 16:55:09 +02:00
ml state_type as Literal 2020-09-23 17:32:14 +02:00
pipeline Simplify string match IDs for AttributeRuler 2020-09-26 11:12:39 +02:00
tests Improve CLI config validation with latest Thinc 2020-09-26 13:13:57 +02:00
tokens Make DocBin output stable data (set iteration) 2020-09-25 22:20:44 +02:00
training Fix iteration order 2020-09-25 21:47:22 +02:00
__init__.pxd
__init__.py
__main__.py
about.py Fix pretraining in train script (#6143) 2020-09-25 15:47:10 +02:00
attrs.pxd
attrs.pyx
compat.py Use Literal type for nr_feature_tokens 2020-09-23 16:00:03 +02:00
default_config.cfg Add [training.before_to_disk] callback 2020-09-24 12:40:25 +02:00
default_config_pretraining.cfg
errors.py Fix pretraining in train script (#6143) 2020-09-25 15:47:10 +02:00
glossary.py
kb.pxd fix KB IO (#6118) 2020-09-22 21:53:06 +02:00
kb.pyx updates to NEL functionality (#6132) 2020-09-24 16:53:59 +02:00
language.py Fix combined scores and update test 2020-09-24 10:42:47 +02:00
lexeme.pxd
lexeme.pyx
lookups.py
morphology.pxd
morphology.pyx Add _ as a symbol (#6153) 2020-09-27 22:20:14 +02:00
parts_of_speech.pxd
parts_of_speech.pyx
pipe_analysis.py
schemas.py Add MORPH handling to Matcher (#6107) 2020-09-24 16:55:09 +02:00
scorer.py Revert changes to Scorer.score_spans 2020-09-25 08:21:47 +02:00
strings.pxd
strings.pyx
structs.pxd Clean up MorphAnalysisC struct (#6146) 2020-09-25 15:56:48 +02:00
symbols.pxd Add _ as a symbol (#6153) 2020-09-27 22:20:14 +02:00
symbols.pyx Add _ as a symbol (#6153) 2020-09-27 22:20:14 +02:00
tokenizer.pxd
tokenizer.pyx
typedefs.pxd
typedefs.pyx
util.py Fix combined scores if multiple components report it 2020-09-24 17:11:13 +02:00
vectors.pyx
vocab.pxd
vocab.pyx