mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-01 16:37:45 +03:00
* Obsolete .parser, .entity etc names in favour of .pipeline
* Components no longer create models on initialization
* Models created by loading method (from_disk(), from_bytes() etc), or
.begin_training()
* Add .predict(), .set_annotations() methods in components
* Pass state through pipeline, to allow components to share information
more flexibly.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_ner.py | ||
| test_neural_parser.py | ||
| test_nonproj.py | ||
| test_noun_chunks.py | ||
| test_parse_navigate.py | ||
| test_parse.py | ||
| test_sbd_prag.py | ||
| test_sbd.py | ||
| test_space_attachment.py | ||