sashafrey / topicmod

This project had been moved to https://github.com/bigartm/bigartm
Other
0 stars 0 forks source link

Implement simple Python interface #11

Closed sashafrey closed 10 years ago

sashafrey commented 10 years ago

topicmd is design as a library that you may use from any other language (at least from Python, Java, mostlikelly C#, and perhaps Matlab). We should implement an interface from Python, since Python is a very nice environment to conduct research experiments. Everything that c_client does nowadays should be doable from Python (push collection, create model, fetch back the results).

Integration with Python should be done via library called "ctypes". An example of such integration you may find here: http://sourceforge.net/p/vft11ccas/code/HEAD/tree/Source/alfrey/Python/ Ask sashafrey for more details.

sashafrey commented 10 years ago

MelLain is working on this

MelLain commented 10 years ago

Resolved in murat branch