sanskrit_parser icon indicating copy to clipboard operation
sanskrit_parser copied to clipboard

Language support

Open vvasuki opened this issue 7 years ago • 1 comments

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 avatar Jun 30 '17 15:06 vvasuki

@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.)

kmadathil avatar Jul 07 '17 06:07 kmadathil