IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

Design parsing module #28

Open twinstar26 opened 4 years ago

twinstar26 commented 4 years ago

It would be beneficial if clai has a parsing module which will effectively parse input as well as output and will perform following operations:-

So I have prepared an example in short period of time of how this will work over here (latest commit).

Suggestions/Feedback/Discussions are welcome!!

twinstar26 commented 4 years ago

This uses python module PLY. Please let me know if its compatible with clai.

TathagataChakraborti commented 4 years ago

Sounds like a great idea 👍 Happy to review once you are ready. @flipper83 mentioned he is going to help you out as well, feel free to reach out to us 🤓

flipper83 commented 4 years ago

PLY have BSD License not should be a problem, but we need to check with someone that knows more about licenses that me