spaCy/spacy
2018-03-29 14:35:09 +02:00
..
cli Merge pull request #2152 from explosion/feature/tidy-up-dependencies 2018-03-29 14:35:09 +02:00
data
displacy Don't use deprecated Doc.merge call in displaCy 2018-01-27 11:25:05 +01:00
lang Add support for Vietnamese in spaCy by leveraging Pyvi, an external Vietnamese tokenizer (#2155) 2018-03-29 12:19:51 +02:00
syntax Merge pull request #2158 from explosion/feature/fix-multiple-vectors (resolves #1660) 2018-03-28 23:08:24 +02:00
tests Merge pull request #2159 from explosion/feature/fix-merged-entity-iob (resolves #1554, resolves #1752) 2018-03-28 23:10:00 +02:00
tokens Fix ent_iob tags in doc.merge to avoid inconsistent sequences 2018-03-28 18:39:03 +02:00
__init__.pxd
__init__.py Remove dummy variable from function calls 2018-01-05 09:37:05 +01:00
__main__.py Don't pass CLI command name as dummy argument 2018-01-04 21:33:47 +01:00
_ml.py Dont assume pretrained_vectors cfg set in build_tagger 2018-03-28 20:12:45 +02:00
about.py Set version to v2.0.10 2018-03-24 18:09:03 +01:00
attrs.pxd Fix LANG symbol 2018-02-17 18:10:50 +01:00
attrs.pyx missing PrepCase attribute 2018-02-18 14:46:12 +00:00
compat.py Fix urllib for Python 3 2018-03-29 00:19:33 +02:00
glossary.py Fix typo in glossary (resolves #1964) 2018-02-10 11:58:41 +01:00
gold.pxd
gold.pyx Add offsets_from_biluo_tags helper and tests (see #1626) 2017-11-26 16:38:01 +01:00
language.py Avoid forcing a name on empty vectors, and remove print statement 2018-03-28 21:08:58 +02:00
lemmatizer.py If no rules are set, lemmatize by lookup 2017-12-06 12:12:11 +01:00
lexeme.pxd
lexeme.pyx added new lexical feat to lexeme 2018-02-11 18:51:48 +01:00
matcher.pyx Add output options return_matches and as_tuples to Matcher 2018-02-18 14:00:45 +01:00
morphology.pxd fix typo/missing here too 2018-02-18 14:38:27 +00:00
morphology.pyx fix typo/missing here too 2018-02-18 14:38:27 +00:00
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Merge pull request #2152 from explosion/feature/tidy-up-dependencies 2018-03-29 14:35:09 +02:00
scorer.py
strings.pxd Try to fix StringStore clean up (see #1506) 2017-11-11 03:11:27 +03:00
strings.pyx Use safer method to get string without hit 2017-11-14 22:58:46 +03:00
structs.pxd
symbols.pxd Fix inconsistencies in the symbols table 2018-02-18 13:51:31 +01:00
symbols.pyx Fix inconsistencies in the symbols table 2018-02-18 13:51:31 +01:00
tokenizer.pxd
tokenizer.pyx Merge pull request #1611 from fsonntag/master 2017-11-29 23:11:23 +01:00
typedefs.pxd
typedefs.pyx
util.py Get msgpack and msgpack_numpy via Thinc, to avoid potential version conflicts 2018-03-29 00:14:55 +02:00
vectors.pyx Merge pull request #2152 from explosion/feature/tidy-up-dependencies 2018-03-29 14:35:09 +02:00
vocab.pxd
vocab.pyx Fix loading of multiple pre-trained vectors 2018-03-28 16:02:59 +02:00