This commit is contained in:
svlandeg 2020-10-26 11:13:02 +01:00
parent e95d9caa87
commit 5878ff6bcd

View File

@ -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