├── README.md ├── floyd.yml ├── images ├── bilstm-crf.png └── ner-image.png ├── models └── .keep └── ner.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floydhub/named-entity-recognition-template/HEAD/README.md -------------------------------------------------------------------------------- /floyd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floydhub/named-entity-recognition-template/HEAD/floyd.yml -------------------------------------------------------------------------------- /images/bilstm-crf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floydhub/named-entity-recognition-template/HEAD/images/bilstm-crf.png -------------------------------------------------------------------------------- /images/ner-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floydhub/named-entity-recognition-template/HEAD/images/ner-image.png -------------------------------------------------------------------------------- /models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ner.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floydhub/named-entity-recognition-template/HEAD/ner.ipynb --------------------------------------------------------------------------------