spaCy/spacy
Basile Dura 6ea4155487
feat: add comparison operators in `span.pyi` (#12652)
* feat: add comparison operators in span.pyi

remove Cython-specific `__richcmp__`

* fix: comparison operators should be defined for any other object
2023-05-23 08:50:37 +02:00
..
cli Add scorer option to return per-component scores (#12540) 2023-05-12 15:36:54 +02:00
displacy Allow passing a Span to displacy.parse_deps (#12477) 2023-03-31 09:44:01 +02:00
kb rely on is_empty property instead of __len__ (#12347) 2023-03-01 12:06:07 +01:00
lang Malay language support (#12602) 2023-05-17 12:45:21 +02:00
matcher perf(REL_OP): Replace some token.children with token.rights or token.lefts (#12528) 2023-04-17 13:16:34 +02:00
ml Spancat speed improvement (#12577) 2023-04-27 15:27:13 +02:00
pipeline Fix pickle for ngram suggester (#12486) 2023-03-31 13:43:51 +02:00
tests Malay language support (#12602) 2023-05-17 12:45:21 +02:00
tokens feat: add comparison operators in `span.pyi` (#12652) 2023-05-23 08:50:37 +02:00
training In initialize only calculate current vectors hash if needed (#12607) 2023-05-08 16:51:58 +02:00
__init__.pxd
__init__.py Simplify and clarify enable/disable behavior of spacy.load() (#11459) 2022-09-27 14:22:36 +02:00
__main__.py
about.py Set version to v3.6.0.dev0 2023-05-08 09:10:35 +02:00
attrs.pxd
attrs.pyx
compat.py
default_config.cfg Add `training.before_update` callback (#11739) 2022-11-23 17:54:58 +01:00
default_config_pretraining.cfg
errors.py Support floret for PretrainVectors (#12435) 2023-03-24 16:28:51 +01:00
glossary.py
language.py Add scorer option to return per-component scores (#12540) 2023-05-12 15:36:54 +02:00
lexeme.pxd
lexeme.pyi fix types (#12365) 2023-03-07 13:29:08 +01:00
lexeme.pyx fix types (#12365) 2023-03-07 13:29:08 +01:00
lookups.py
morphology.pxd
morphology.pyx
parts_of_speech.pxd
parts_of_speech.pyx
pipe_analysis.py
py.typed
schemas.py Auto-format code with black (#12100) 2023-01-13 10:12:10 +01:00
scorer.py Add scorer option to return per-component scores (#12540) 2023-05-12 15:36:54 +02:00
strings.pxd `StringStore`-related optimizations (#10938) 2022-07-04 15:04:03 +02:00
strings.pyi
strings.pyx `StringStore`-related optimizations (#10938) 2022-07-04 15:04:03 +02:00
structs.pxd
symbols.pxd
symbols.pyx
tokenizer.pxd
tokenizer.pyx Load exceptions last in Tokenizer.from_bytes (#12553) 2023-04-20 11:30:34 +02:00
ty.py
typedefs.pxd
typedefs.pyx
util.py Add tests for projects to master (#12303) 2023-02-23 10:22:57 +01:00
vectors.pyx Add equality definition for vectors (#11806) 2022-11-16 09:44:42 +01:00
vocab.pxd
vocab.pyi
vocab.pyx fix comparison of constants (#11834) 2022-11-21 08:12:03 +01:00