spaCy/spacy
ines 24e80c51b8 Document init-model command 2017-12-07 10:14:37 +01:00
..
cli Document init-model command 2017-12-07 10:14:37 +01:00
data
displacy Use .pos_ instead of .tags_ in displaCy by default (see #1006) 2017-11-22 00:28:52 +01:00
lang Merge pull request #1664 from jimregan/italian-lemmatizer 2017-12-06 11:09:04 +01:00
syntax Fix more efficient nonproj 2017-11-23 12:48:00 +00:00
tests Fix (and test) vector pickling 2017-12-07 09:53:30 +01:00
tokens Improve efficiency of Doc.to_array 2017-11-23 12:33:27 +00:00
__init__.pxd
__init__.py Update deprecated methods and add warnings 2017-11-01 16:49:42 +01:00
__main__.py Rename model command to init_model and fix formatting 2017-12-07 09:59:23 +01:00
_ml.py Create a preprocess function that gets bigrams 2017-11-12 00:43:41 +01:00
about.py Increment version to v2.0.5.dev0 2017-12-07 09:53:59 +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
matcher.pyx
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 (and test) vector pickling 2017-12-07 09:53:30 +01:00
vocab.pxd
vocab.pyx Merge branch 'master' of https://github.com/explosion/spaCy 2017-12-04 14:42:52 +01:00