Skip to content

eiennohito/nlp-tools-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6bd4c0b · May 23, 2018

History

53 Commits
May 10, 2018
Apr 18, 2018
May 23, 2018
Feb 21, 2018
May 23, 2018
May 23, 2018
May 14, 2018
Sep 29, 2016
Apr 18, 2018
May 23, 2018
Sep 29, 2016
Oct 7, 2016
May 15, 2018

Repository files navigation

Demos for Kurohashi-Kawahara lab

Right now, the only available one is Juman++. You can see the demo in action on this page.

Compiling

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 jumanpp
  • resources: 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 []