1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-31 23:34:12 +03:00
spaCy/spacy/tokens
2019-12-13 15:54:58 +01:00
..
__init__.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
__init__.py DocPallet -> DocBin 2019-09-18 15:15:37 +02:00
_retokenize.pyx Fix realloc in retokenizer.split() () 2019-11-11 16:26:46 +01:00
_serialize.py Include Doc.cats in serialization of Doc and DocBin () 2019-12-06 14:07:39 +01:00
doc.pxd Iterate over lr_edges until sents are correct () 2019-11-25 13:06:36 +01:00
doc.pyx Include Doc.cats in serialization of Doc and DocBin () 2019-12-06 14:07:39 +01:00
morphanalysis.pxd Add header for morphanalysis 2019-03-07 17:24:57 +01:00
morphanalysis.pyx Add more docstrings for MorphAnalysis 2019-09-12 16:48:30 +02:00
span.pxd annotate kb_id through ents in doc 2019-03-22 11:36:44 +01:00
span.pyx add char_span to Span () 2019-12-13 15:54:58 +01:00
token.pxd ensure Span.as_doc keeps the entity links + unit test 2019-06-25 15:28:51 +02:00
token.pyx Merge changes to test_ner 2019-09-18 21:41:24 +02:00
underscore.py 💫 Improve introspection of custom extension attributes () 2019-05-12 00:53:11 +02:00