Skip to content

An improved Java JNI wrapper for KenLM allowing faster and smaller language model queries. Comes with a user-friendly interface and enhanced features.

License

Notifications You must be signed in to change notification settings

wedgwoods/super-kenlm-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An improved Java JNI wrapper for KenLM allowing faster and smaller language model queries. Comes with a user-friendly interface and enhanced features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published