Right now, the only available one is Juman++. You can see the demo in action on this page.
This is a Play 2.5 / Scala.js application.
You need to have sbt installed.
After cloning, cd
into the directory and run sbt
there.
After sbt has finished its initialization (the first one will download lots of files and can take ~1h)
use run
in the sbt console to launch the demo locally.
Juman++ is configured by play/conf/application.conf
file.
It is a HOCON file.
It's scope is akane.jumanpp
and it has subitems:
executable
: defaults to jumanppresources
: path to jumanpp resources (model). Empty by default.lattice
: size of output lattice. Defaults to 1: only best variant.args
: other arguments as a list[]