Varnamproject - Tasks: task #13119, Programming language bindings...
You are not allowed to post comments on this tracker with your current authentication level.
task #13119: Programming language bindings & varnam-daemon
Submitter: | Navaneeth <navaneethkn> | ||
Submitted: | Fri 07 Mar 2014 05:21:20 AM UTC | ||
Should Start On: | Thu 06 Mar 2014 03:00:00 PM UTC | Should be Finished on: | Sat 06 Dec 2014 03:00:00 PM UTC |
Priority: | 5 - Normal | Status: | None |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Varnam is written on C which makes interoperability with other languages easy. There are language bindings available for `NodeJs` and `Ruby`. Supporting Varnam in multiple languages allows projects to use varnam easily to enable Indian language input.
To make using varnam from different languages easier, make a cross platform standalone process which uses `libvarnam` shared library and exposes a RPC API over network. This allows any programming language with a socket support can be used with libvarnam. This also makes language bindings fairly easy because they don't have to work with the native interoperability support. The protocol can be a simple text based protocol for all the commands that `libvarnam` supports.