mirror of https://github.com/explosion/spaCy.git
Update train_new_entity_type.py
This commit is contained in:
parent
cffaf52152
commit
734b0a4e4a
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Example of training and additional entity type
|
Example of training an additional entity type
|
||||||
|
|
||||||
This script shows how to add a new entity type to an existing pre-trained NER
|
This script shows how to add a new entity type to an existing pre-trained NER
|
||||||
model. To keep the example short and simple, only four sentences are provided
|
model. To keep the example short and simple, only four sentences are provided
|
||||||
|
|
Loading…
Reference in New Issue