You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
super-kenlm-wrapper\n\n\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