BotSharp/BotSharp.NLP/NER
2018-08-16 17:27:50 -05:00
..
README.md Add nlp tagger structure. 2018-08-16 17:27:50 -05:00

IOB tagging

B-{CHUNK_TYPE} for the word in the Beginning chunk I-{CHUNK_TYPE} for words Inside the chunk O Outside any chunk