mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 14:10:34 +03:00
Formatting and preliminary intro [ci skip]
This commit is contained in:
parent
92dc6b409e
commit
68721af628
|
@ -8,7 +8,16 @@ menu:
|
||||||
|
|
||||||
## New Features {#features hidden="true"}
|
## New Features {#features hidden="true"}
|
||||||
|
|
||||||
<!-- TODO: intro -->
|
It's been great to see the adoption of the new spaCy v3, which introduced
|
||||||
|
[transformer-based](/usage/embeddings-transformers) pipelines, a new
|
||||||
|
[config and training system](/usage/training) for reproducible experiments, a
|
||||||
|
new [projects system](/usage/projects) for end-to-end workflows, and many
|
||||||
|
[other features](/usage/v3). Version 3.1 adds a bunch of new features on top of
|
||||||
|
it, including the ability to use predicted annotations during training, a new
|
||||||
|
`SpanCategorizer` component for predicting arbitrary and potentially overlapping
|
||||||
|
spans, support for partial incorrect annotations in the entity recognizer, new
|
||||||
|
trained pipelines for Catalan and Danish, as well as many other bug fixes and
|
||||||
|
improvements.
|
||||||
|
|
||||||
### Using predicted annotations during training {#predicted-annotations-training}
|
### Using predicted annotations during training {#predicted-annotations-training}
|
||||||
|
|
||||||
|
@ -115,10 +124,10 @@ See the [models directory](/models) for an overview of all available trained
|
||||||
pipelines and the [training guide](/usage/training) for details on how to train
|
pipelines and the [training guide](/usage/training) for details on how to train
|
||||||
your own.
|
your own.
|
||||||
|
|
||||||
Thanks to Carlos Rodríguez Penagos and the
|
> Thanks to Carlos Rodríguez Penagos and the
|
||||||
[Barcelona Supercomputing Center](https://temu.bsc.es/) for their contributions
|
> [Barcelona Supercomputing Center](https://temu.bsc.es/) for their
|
||||||
for Catalan and to Kenneth Enevoldsen for Danish. For additional Danish
|
> contributions for Catalan and to Kenneth Enevoldsen for Danish. For additional
|
||||||
pipelines, check out [DaCy](https://github.com/KennethEnevoldsen/DaCy).
|
> Danish pipelines, check out [DaCy](https://github.com/KennethEnevoldsen/DaCy).
|
||||||
|
|
||||||
| Package | Language | UPOS | Parser LAS | NER F |
|
| Package | Language | UPOS | Parser LAS | NER F |
|
||||||
| ------------------------------------------------- | -------- | ---: | ---------: | -----: |
|
| ------------------------------------------------- | -------- | ---: | ---------: | -----: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user