Sigh.
What I want to do - sort of
Build an NLP framework - in Dart. I also know that I don’t need to build a complete NLP framework. Just the parts I need, in order to be able to achieve what I want to.
I want the framework to be able to figure out what a user wants the software to do, classify it under a couple predefined categories, and provide the necessary data to the software, so that it can perform the necessary operations.
How
I have no idea
Prior Experience
None. But I think that’ll make it all the more worthwhile.
How - Part 2
Here’s the plan.
I find out what I need to build in this framework to achieve the functionality I want in my project
I find the theory behind what I need to build
I build the framework
If it breaks, go back to step 3
Build the project, using the framework
Ship.