From 6053cd91a0a60b1931688d8ed62066282c24b9f3 Mon Sep 17 00:00:00 2001 From: Sojin <77185816+SojinSamuel@users.noreply.github.com> Date: Sun, 31 Jul 2022 05:48:48 +0530 Subject: [PATCH] Broken Link Found For the Anchor Text Pattern NLP Library The current external link to Pattern Library for NLP was broken. Updated with a new link that talks about Pattern Library for Natural Language Processing in Python --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6386c63..fd1f0db 100644 --- a/readme.md +++ b/readme.md @@ -130,7 +130,7 @@ The result text processed by this Speech-to-Text API is then returned just like Optimist Bot receives commands from users as both text and voice input, and understands commands in natural language. -This is done by using the `pattern` NLP [library](http://www.clips.ua.ac.be/pages/pattern-en), which allows the bot to deconstruct the user's text input and recognize parts of speech. For now, the model for categorizing commands are simple with stopwords and sentence structures, but as our data grows, we can start building more complex machine learning categorization for each function. +This is done by using the `pattern` NLP [library](https://www.analyticsvidhya.com/blog/2021/11/pattern-library-for-natural-language-processing-in-python/#:~:text=What%20is%20Pattern%20Library%3F,%2C%20NLP%2C%20and%20Machine%20Learning.), which allows the bot to deconstruct the user's text input and recognize parts of speech. For now, the model for categorizing commands are simple with stopwords and sentence structures, but as our data grows, we can start building more complex machine learning categorization for each function. The command system allows users to use the following features, all of which are under the `Utils` folder.