Natural Language Processing
The natural language processing features introduce how you can process sentences with NLP class. They also describe how you can call methods about NLP in your application.
You can use the following natural language processing features in your .NET applications:
-
You can use natural language processing functionalities in your application, such as language detect, word_tokenize, ne_chunk, and pos_tag. NLP is a subset of the Natural Language Toolkit that specifies an interface and a protocol for basic natural language processing.
Related information
- Dependencies
- Tizen 5.0 and Higher
Submit your feedback to GitHub