nlp 0.0.0 copy "nlp: ^0.0.0" to clipboard
nlp: ^0.0.0 copied to clipboard

Natural language processing (NLP) for Dart

Natural Language Processing (NLP) for Dart #

Natural language processing (NLP) identifies substrings within text, which represent a useful piece of information, and then associates the substring with that information.

For example, NLP might receive text that says "I'll do it tomorrow". NLP identifies "tomorrow" as a meaningful term, and NLP is aware that "tomorrow" means the day after today. As a result, NLP associates "tomorrow" with a Dart DateTime that points to the day after today.

NLP can be implemented for any such association. For example, NLP might be implemented to recognize that a number word, like "two", represents an int, like 2. NLP is limited only by the data models and text recognizers, which are used to inspect the meaning of text.

11
likes
150
points
53
downloads

Publisher

verified publisherflutterbountyhunters.com

Weekly Downloads

Natural language processing (NLP) for Dart

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on nlp