Skip to content
b0noI edited this page Oct 31, 2014 · 14 revisions

About AIF-CLI

This is CLI tool for AIF NLP library. You can find information about AIF library here.

Usage

v. 1.1

➜ java -jar aif-cli.jar -help

usage: aif-cli [key]

-ess Extract sentences separators

-help print this message

-ssplit Split text to sentences

-tsplit Split text to tokens

-ets Get token separator unicode hex

v. 1.0

➜ java -jar aif-cli.jar -help

usage: aif-cli [key]

-ess Extract sentences separators

-help print this message

-ssplit Split text to sentences

-tsplit Split text to tokens

-ets Get token separator unicode hex

Versions

Stable (stable)

  • CLI: 1.0 (uses AIF: 0.0.0-Alpha1)

Next (unstable)

  • CLI: 1.1 (uses AIF: ?)
Clone this wiki locally