spaCy/spacy
Matthew Honnibal 2e28982e28 Merge pull request #1288 from geovedi/indonesian
Indonesian language support
2017-08-26 21:31:13 +02:00
..
cli Fix info text on pipeline in package cli 2017-08-26 18:30:59 +02:00
data
displacy Add workaround for displaCy server on Python 2/3 (resolves #1227) 2017-08-01 01:11:35 +02:00
lang Merge pull request #1288 from geovedi/indonesian 2017-08-26 21:31:13 +02:00
syntax Fix Break oracle 2017-08-25 19:50:55 -05:00
tests added {pre,suf,in}fix tests 2017-08-20 13:43:00 +07:00
tokens Fix Doc.vector for empty doc objects 2017-08-22 19:52:19 +02:00
__init__.pxd
__init__.py Add spacy.blank() loading function 2017-07-25 18:56:37 +02:00
__main__.py Add profile command to CLI 2017-08-21 23:23:05 +02:00
_cfile.pxd Restore CFile loader 2017-08-18 20:46:16 +02:00
_cfile.pyx Restore CFile loader 2017-08-18 20:46:16 +02:00
_ml.py Merge branch 'develop' of https://github.com/explosion/spaCy into develop 2017-08-25 12:37:16 -05:00
about.py Increment version 2017-08-26 18:30:49 +02:00
attrs.pxd
attrs.pyx
cfile.pxd
cfile.pyx
compat.py Don't escape forward slashes on ujson.dumps 2017-08-19 22:32:16 +02:00
deprecated.py Change python -m spacy to spacy 2017-08-14 13:04:48 +02:00
glossary.py Fix typos and commands in alpha docs 2017-08-21 13:40:11 +02:00
gold.pxd Add support for sent_start to GoldParse 2017-08-25 20:03:14 -05:00
gold.pyx Add support for sent_start to GoldParse 2017-08-25 20:03:14 -05:00
language.py Fix update when update_shared=False 2017-08-20 15:58:34 -05:00
lemmatizer.py
lemmatizerlookup.py
lexeme.pxd
lexeme.pyx Allow Lexeme.rank to be set 2017-08-24 21:43:00 +02:00
matcher.pyx
morphology.pxd Fix loading of morphology exceptions 2017-06-04 16:34:32 -05:00
morphology.pyx Fix loading of morphology exceptions 2017-06-04 16:34:32 -05:00
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Track loss in tagger 2017-08-20 14:42:23 +02:00
scorer.py
strings.pxd
strings.pyx Prevent strings from being lost during from_disk and from_bytes 2017-08-19 22:42:17 +02:00
structs.pxd
symbols.pxd
symbols.pyx
tagger.pxd
tagger.pyx
tokenizer.pxd
tokenizer.pyx Make sure serializers and deserializers are ordered 2017-06-03 17:05:09 +02:00
typedefs.pxd
typedefs.pyx
util.py Fix data loading on Python 2 2017-08-18 21:57:06 +02:00
vectors.pyx Fix load fail for missing vectors 2017-08-19 22:07:00 +02:00
vocab.pxd
vocab.pyx Fix retrieval of OOV vectors 2017-08-22 19:46:35 +02:00