3.5. RBL-JE Command Line Utility

RBLCmd is a general-purpose command line utility for RBL-JE. It provides a simple way to produce RBL-JE output without writing code. It is also useful for ad hoc speed and thread testing. A Bash shell script (RBLCmd) and Windows script (RBLCmd.bat) for running this utility are in rbl-je-7.20.0.c58.3/tools/bin. For more information, see RBLCmd's on-line help, RBLCmd -h. Examples of its use are shown below:

$ echo Hello world. | ./tools/bin/RBLCmd analyze --language eng --rootDirectory . --disambiguate false
Hello hello
Hello hello
Hello hello
Hello hello
world world
. .
$ echo Hello world. | ./tools/bin/RBLCmd analyze --language eng --rootDirectory .
Hello hello
world world
. .
$ echo Hello world. | ./tools/bin/RBLCmd analyze --language eng --rootDirectory . -showRawResults
token Hello orig 0/5 type <ALNUM>
Hello lemma hello POS ITJ hello[+ITJ]
Hello lemma hello POS VI hello[+VI]
Hello lemma hello POS VPRES hello[+VPRES]
Hello lemma hello POS NOUN hello[+NOUN] *
token world orig 6/11 type <ALNUM>
world lemma world POS NOUN world[+NOUN] *
token . orig 11/12 type <ALNUM> EOS
. lemma . POS SENT .[+SENT] *

results matching ""

    No results matching ""