spaCy/spacy
ines b8f8d5d8bf Make sure model_path is a Posix path
Otherwise, formatting the success message with model_path.as_posix()
fails when using a local path for linking (linking still works, but the
error message is confusing)
2017-03-19 11:57:13 +01:00
..
bn Merge pull request #885 from PySUST/master 2017-03-12 13:20:59 +01:00
cli Make sure model_path is a Posix path 2017-03-19 11:57:13 +01:00
data
de Handle deprecated language-specific model downloading 2017-03-15 17:37:55 +01:00
en Add title-case version of morph rules (resolves #686) 2017-03-18 17:27:11 +01:00
es Add tag map for Spanish 2017-03-16 18:05:15 -05:00
fi Use consistent unicode declarations 2017-03-12 13:07:28 +01:00
fr
hu Use consistent unicode declarations 2017-03-12 13:07:28 +01:00
it Use consistent unicode declarations 2017-03-12 13:07:28 +01:00
language_data
munge * Fix Python3 problem in align_raw 2015-07-28 16:06:53 +02:00
nl Use consistent unicode declarations 2017-03-12 13:07:28 +01:00
pt
serialize Fix Issue #459 -- failed to deserialize empty doc. 2016-10-23 16:31:05 +02:00
sv Use consistent unicode declarations 2017-03-12 13:07:28 +01:00
syntax
tests
tokens Merge pull request #883 from ericzhao28/master 2017-03-16 23:35:47 +01:00
zh
__init__.pxd
__init__.py
__main__.py
about.py
attrs.pxd
attrs.pyx
cfile.pxd
cfile.pyx
deprecated.py Use correct command in deprecated download command message 2017-03-18 17:01:01 +01:00
gold.pxd
gold.pyx
language.py
lemmatizer.py Fix #719: Lemmatizer can no longer output empty string 2017-03-18 16:02:06 +01:00
lexeme.pxd
lexeme.pyx
matcher.pyx
morphology.pxd
morphology.pyx
multi_words.py * Fix Issue #50: Python 3 compatibility of v0.80 2015-04-13 05:59:43 +02:00
orth.pxd remove text-unidecode dependency 2016-02-24 08:01:59 +01:00
orth.pyx
parts_of_speech.pxd
parts_of_speech.pyx Add support for Universal Dependencies v2.0 2017-03-03 13:17:34 +01:00
pipeline.pxd
pipeline.pyx
scorer.py Fix scorer bug for NER, related to ambiguity between missing annotations and misaligned tokens 2017-03-16 09:38:28 -05:00
strings.pxd
strings.pyx Add support for pickling StringStore. 2017-03-07 17:15:18 +01:00
structs.pxd
symbols.pxd
symbols.pyx
tagger.pxd Add cfg field to Tagger 2016-10-17 01:03:41 +02:00
tagger.pyx
tokenizer.pxd Revert "Revert "Merge remote-tracking branch 'origin/master'"" 2017-01-09 13:28:13 +01:00
tokenizer.pyx
train.py
typedefs.pxd
typedefs.pyx
util.py
vocab.pxd
vocab.pyx