spaCy/spacy
greg f50bb1aafc Restructure StateC to eliminate dependency on unordered_map 2018-01-23 14:40:03 -05:00
..
cli Merge branch 'master' into feature-improve-model-download 2018-01-10 18:21:55 +01:00
data
displacy Allow 'fine_grained' option in displaCy (see #1703) 2017-12-09 15:11:12 +01:00
lang Rename variable to keep code consistent 2018-01-08 03:38:44 +01:00
syntax Fix more efficient nonproj 2017-11-23 12:48:00 +00:00
tests Fix matcher import 2018-01-22 16:53:05 -05:00
tokens Make .similarity() return 1.0 if all orth attrs match 2018-01-15 16:29:48 +01: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 Create a preprocess function that gets bigrams 2017-11-12 00:43:41 +01:00
about.py Set version to v2.0.5 2017-12-07 10:39:14 +01:00
attrs.pxd
attrs.pyx Added tag map, fixed tests fails, added more exceptions 2017-11-26 20:54:48 +03:00
compat.py Add noqa to Python 2 compat variables of built-ins (see #1617) 2017-11-20 14:03:42 +01:00
glossary.py
gold.pxd
gold.pyx Add offsets_from_biluo_tags helper and tests (see #1626) 2017-11-26 16:38:01 +01:00
language.py Fix off-by-one error in nlp.add_pipe(after=name) (fixes #1654) 2017-11-28 20:37:55 +01:00
lemmatizer.py If no rules are set, lemmatize by lookup 2017-12-06 12:12:11 +01:00
lexeme.pxd
lexeme.pyx Make .similarity() return 1.0 if all orth attrs match 2018-01-15 16:29:48 +01:00
matcher.pyx Restructure StateC to eliminate dependency on unordered_map 2018-01-23 14:40:03 -05:00
morphology.pxd
morphology.pyx Fix non-clobbering lemmatization 2017-11-06 12:36:05 +01:00
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Fix serialization 2017-11-08 13:08:48 +01: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
symbols.pyx Add PRON_LEMMA to spacy.symbols 2017-11-06 17:38:25 +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 Add missing import (fixes #1546) 2017-11-10 19:05:18 +01:00
vectors.pyx Fix vectors.resize() on Py3. Closes #1539 2018-01-14 14:48:51 +01:00
vocab.pxd Add Vocab.cfg attr, to hold stuff like oov probs 2017-10-30 16:08:50 +01:00
vocab.pyx Make set_vector add word to vocab. Fixes #1807 2018-01-14 13:57:57 +01:00