BotSharp/BotSharp.NLP/NER
2018-09-03 21:05:57 -05:00
..
README.md Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -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