Welcome, today we’re going to wrap up our Parts of Speech tagging bot prototype.
That doesn’t mean that we’re done with this code (or database), it’s just that this prototype is functioning well enough that it fulfills what we set out to accomplish (Tokenizing & Lexing Natural Language) and further development at this point is unnecessary for our purposes but there are tons of other improvements we could add in the future if we want to turn this prototype into a full product and I encourage you to experiment! 🙂
There were some changes to the Database (last week and this week) but I have uploaded the most recent data to the GitHub Project Repo: Part-Of-Speech-Tagger
We last left off with 3 unknown lexemes and the word ‘jumps’ was miss tagged.
Additionally, our tagging process is more or less effective but it’s not quick and that simply wont do if we want to use our tagger to do fun things in the future, so we’ll cover how we solve that today too.
There is much to discuss so let’s start with the miss tagged words.
Continue reading “Finished Prototype” →
Like this:
Like Loading...