Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 577 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 577 Bytes

super-kenlm-wrapper\n\nBuild Status\n\nJava JNI wrapper for kenlm.\n\n## Installation\n\n* maven\n* cmake\n* boost\n\nbash\nmvn clean install\n\n\n## Basic Usage\n\njava\nModel model = new Model("test.arpa", new Config());\nSystem.out.println(model.score("this is a sentence .", true, true));\nmodel.close();\n\n\nSee ModelTest for more, including stateful APIs.\n