spaCy/spacy
Ines Montani d3b181cdf1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	spacy/en/tokenizer_exceptions.py
2017-01-03 18:20:01 +01:00
..
de
en Reorganise English tokenizer exceptions (as discussed in #718) 2017-01-03 18:17:57 +01:00
es Fix formatting and consistency 2016-12-23 21:36:01 +01:00
fr
hu
it
language_data
munge * Fix Python3 problem in align_raw 2015-07-28 16:06:53 +02:00
nl Reorganise language data 2016-12-18 16:54:19 +01:00
pt
serialize Fix Issue #459 -- failed to deserialize empty doc. 2016-10-23 16:31:05 +02:00
sv
syntax Fix unicode problem in nonproj module 2016-11-25 17:29:17 -06:00
tests Fix URL tests 2016-12-30 17:10:08 -06:00
tokens Fix issue #672: ent_iob_ was a string, not unicode, due to missing unicode_literals statement. 2016-12-18 22:33:53 +01:00
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
about.py
attrs.pxd Whitespace 2016-12-18 16:51:40 +01:00
attrs.pyx
cfile.pxd
cfile.pyx Handle pathlib.Path objects in CFile 2016-09-24 22:01:46 +02:00
deprecated.py
download.py Let --data-path be specified when running download.py scripts 2016-11-20 15:48:04 +00:00
gold.pxd
gold.pyx Merge old training fixes with newer state 2016-11-25 09:16:36 -06:00
language.py Updated token exception handling mechanism to allow the usage of arbitrary functions as token exception matchers. 2016-12-23 23:49:34 +01:00
lemmatizer.py
lexeme.pxd
lexeme.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
matcher.pyx Remove duplicated line of vocab declaration 2016-11-13 18:52:49 +08:00
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
orth.pyx introduce lang field for LexemeC to hold language id 2016-03-10 13:01:34 +01:00
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
scorer.py Allow dep to be None in scorer, for missing labels. 2016-11-25 09:02:49 -06:00
strings.pxd
strings.pyx
structs.pxd
symbols.pxd
symbols.pyx
tagger.pxd Add cfg field to Tagger 2016-10-17 01:03:41 +02:00
tagger.pyx Fixed bug: eg.guess is a tag id, rather than tag 2016-11-15 14:11:22 +08:00
tokenizer.pxd
tokenizer.pyx
train.py
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
util.py Move update_exc to global language data utils 2016-12-17 12:29:02 +01:00
vocab.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
vocab.pyx Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-12-27 21:04:10 +01:00