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.

  1. I find out what I need to build in this framework to achieve the functionality I want in my project

  2. I find the theory behind what I need to build

  3. I build the framework

  4. If it breaks, go back to step 3

  5. Build the project, using the framework

  6. Ship.