spaCy/spacy
ines 8ba0dfd017 Make message on failed linking more clear 2018-01-03 17:38:09 +01:00
..
cli Make message on failed linking more clear 2018-01-03 17:38:09 +01:00
data Make spacy/data a package 2017-03-18 20:04:22 +01:00
displacy Allow 'fine_grained' option in displaCy (see #1703) 2017-12-09 15:11:12 +01:00
lang add ChineseDefaults class for pickling 2017-12-28 17:13:58 +08:00
syntax Fix more efficient nonproj 2017-11-23 12:48:00 +00:00
tests Merge pull request #1749 from sorenlind/da_ud_tokenization 2017-12-22 16:00:49 +00:00
tokens Improve efficiency of Doc.to_array 2017-11-23 12:33:27 +00:00
__init__.pxd * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
__init__.py
__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 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 Add support for sent_start to GoldParse 2017-08-25 20:03:14 -05:00
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 WIP on stringstore change. 27 failures 2017-05-28 14:06:40 +02:00
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 Fix names of pipeline components 2017-10-26 12:38:23 +02:00
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