Hey, all! I'm looking to publish a number of Russian NLP tools in a single python module, using HFST/VISLCG3. The hfst python module works well, but I can't find a straightforward way to use vislcg3 from python.
I can, of course, convert the hfst output (tuples) into one of the accepted stream formats and send it to a subprocess (as is done here <https://github.com/mikahama/uralicNLP/blob/master/uralicNLP/cg3.py>), but accessing cg3 as a library would be more efficient. I found this github repo <https://github.com/ljos/pyvislcg3> that seems promising, but it's not well documented, and I haven't had time to dig in to it. Does anyone know of example code using this module? Rob -- You received this message because you are subscribed to the Google Groups "Constraint Grammar" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/constraint-grammar. For more options, visit https://groups.google.com/d/optout.
