Skip to content

A simple wrapper around the Word-Class Lattices Java API.

License

Notifications You must be signed in to change notification settings

umanlp/wcl-wrapper

Repository files navigation

WCL Wrapper

An extremely simple wrapper for the Word-Class Lattices Java API.

Installation

Clone this repository and install the dependencies by running make. Then, run mvn package to create target/wcl-wrapper.jar.

Usage

$ echo -e 'WCL\tWCL is a classifier.\nhello\tHello, how are you.' | java -jar target/wcl-wrapper.jar -l en -t data/training/wiki_good.EN.html 2>/dev/null
1	true
2	false

Releases

No releases published

Packages

No packages published