1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-05 01:34:14 +03:00
spaCy/spacy/tokens
2020-09-03 10:09:03 +02: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 Modify morphology to support arbitrary features () 2020-01-23 22:01:54 +01:00
_retokenize.pyx Add Lemmatizer and simplify related components () 2020-08-07 15:27:13 +02:00
_serialize.py Use frozen list with custom errors 2020-08-29 15:20:11 +02:00
doc.pxd Record whether Doc objects are built from known spacing () 2020-07-03 12:58:16 +02:00
doc.pyx fix for empty string () 2020-09-03 10:09:03 +02:00
morphanalysis.pxd Modify morphology to support arbitrary features () 2020-01-23 22:01:54 +01:00
morphanalysis.pyx Minor refactor for Morphology and MorphAnalysis () 2020-07-24 09:28:06 +02:00
span.pxd annotate kb_id through ents in doc 2019-03-22 11:36:44 +01:00
span.pyx Add AttributeRuler for token attribute exceptions () 2020-08-04 17:02:39 +02:00
token.pxd Tidy up compiler flags and imports () 2020-03-02 11:48:10 +01:00
token.pyx Add Token.lex 2020-08-10 16:43:52 +02:00
underscore.py Remove object subclassing 2020-07-12 14:03:23 +02:00