sanskrit_parser
sanskrit_parser copied to clipboard
Language support
It would be cool if the final model produced is easily usable from the following languages in that order of preference:
- java/ scala
- python
- javascript
@vvasuki Have you used Jython to communicate between Java/Scala and Python? (I have not, I just know of its existence). That is a possibility.
For the last, are you talking of client or server (nodeJS etc.) Javascript? For the former, we would do a REST API using Flask. For the latter, perhaps something like this could work? https://www.npmjs.com/package/python-shell
(Early days, so implementing all these will be sometime in the future.)