Skip to content

danielgalbraith/NERTrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NERTrain

Training Named Entity Recogniser with spaCy in Python 3.

Task to train model to recognise entities 'iPhone XS' as PRODUCT and 'Apple' as ORG. Includes training sentences and test paragraph. Uses standard spaCy English model, i.e. CNN trained on OntoNotes, with GloVe vectors trained on Common Crawl. Command to run training:

python train.py -m en [-n] [-o]

Optional arguments for number of iterations e.g. [-n 30] and output directory [-o /path/to/dir].

Requires spaCy 2.0+ and Python 3.0+.

About

Training Named Entity Recogniser with spaCy in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages