mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
cleanup
This commit is contained in:
parent
e95d9caa87
commit
5878ff6bcd
|
@ -906,12 +906,6 @@ You can extend the decorator to include information such as the type of
|
||||||
annotations that are required for this component to run, the type of annotations
|
annotations that are required for this component to run, the type of annotations
|
||||||
it produces, and the scores that can be calculated:
|
it produces, and the scores that can be calculated:
|
||||||
|
|
||||||
> #### config.cfg (excerpt)
|
|
||||||
>
|
|
||||||
> ```ini
|
|
||||||
|
|
||||||
> ```
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
### Factory annotations {highlight="5-11"}
|
### Factory annotations {highlight="5-11"}
|
||||||
from spacy.language import Language
|
from spacy.language import Language
|
||||||
|
|
Loading…
Reference in New Issue
Block a user