Rostlab / JS18_ProjectA_Group1

https://js2018-group1.azurewebsites.net/
GNU General Public License v3.0
0 stars 0 forks source link

Implement simple nlp algorithm #35

Closed TobiasPr closed 6 years ago

TobiasPr commented 6 years ago
  1. Tokenizing
  2. create candidate list Loop
  3. Extracting Information and aggregate tokens
  4. Compare to commands and add candidates to candidate list End
  5. Execute most likely command

TODO: Implement error behavior (unmatched tokens, likelyhood boundary for commands)