.. |
bn
|
…
|
|
cli
|
correction of package.py (encoding on open instead of write)
|
2017-03-29 09:11:02 +02:00 |
data
|
Make spacy/data a package
|
2017-03-18 20:04:22 +01:00 |
de
|
…
|
|
en
|
…
|
|
es
|
Add tag map for Spanish
|
2017-03-16 18:05:15 -05:00 |
fi
|
…
|
|
fr
|
Use consistent unicode declarations
|
2017-03-12 13:07:28 +01:00 |
he
|
…
|
|
hu
|
…
|
|
it
|
Use consistent unicode declarations
|
2017-03-12 13:07:28 +01:00 |
language_data
|
Use consistent unicode declarations
|
2017-03-12 13:07:28 +01:00 |
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
|
Enable regression loss for parser
|
2017-03-26 09:26:30 -05:00 |
tests
|
…
|
|
tokens
|
…
|
|
zh
|
…
|
|
__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
|
Add Hebrew to init and setup.py
|
2017-03-29 10:34:57 +02:00 |
__main__.py
|
…
|
|
about.py
|
…
|
|
attrs.pxd
|
…
|
|
attrs.pyx
|
…
|
|
cfile.pxd
|
…
|
|
cfile.pyx
|
…
|
|
deprecated.py
|
…
|
|
gold.pxd
|
…
|
|
gold.pyx
|
Remove unused import statements
|
2017-03-21 21:08:54 +01:00 |
language.py
|
…
|
|
lemmatizer.py
|
…
|
|
lexeme.pxd
|
…
|
|
lexeme.pyx
|
Fix doc strings
|
2016-11-01 12:25:36 +01:00 |
matcher.pyx
|
…
|
|
morphology.pxd
|
…
|
|
morphology.pyx
|
…
|
|
multi_words.py
|
…
|
|
orth.pxd
|
remove text-unidecode dependency
|
2016-02-24 08:01:59 +01:00 |
orth.pyx
|
…
|
|
parts_of_speech.pxd
|
…
|
|
parts_of_speech.pyx
|
…
|
|
pipeline.pxd
|
…
|
|
pipeline.pyx
|
…
|
|
scorer.py
|
…
|
|
strings.pxd
|
…
|
|
strings.pyx
|
Add support for pickling StringStore.
|
2017-03-07 17:15:18 +01:00 |
structs.pxd
|
…
|
|
symbols.pxd
|
Add support for Universal Dependencies v2.0
|
2017-03-03 13:17:34 +01:00 |
symbols.pyx
|
…
|
|
tagger.pxd
|
…
|
|
tagger.pyx
|
Remove unused import statements
|
2017-03-21 21:08:54 +01:00 |
tokenizer.pxd
|
…
|
|
tokenizer.pyx
|
Remove unused import statements
|
2017-03-21 21:08:54 +01:00 |
train.py
|
Don't reapply the model during training
|
2017-03-16 11:59:43 -05:00 |
typedefs.pxd
|
Revert "Work on Issue #285: intern strings into document-specific pools, to address streaming data memory growth. StringStore.__getitem__ now raises KeyError when it can't find the string. Use StringStore.intern() to get the old behaviour. Still need to hunt down all uses of StringStore.__getitem__ in library and do testing, but logic looks good."
|
2016-09-30 20:20:22 +02:00 |
typedefs.pyx
|
* Move POS tag definitions to parts_of_speech.pxd
|
2015-01-25 16:31:07 +11:00 |
util.py
|
…
|
|
vocab.pxd
|
…
|
|
vocab.pyx
|
…
|
|