From f415217cb78b118e09a31f3dee4ab085c3ea2b6f Mon Sep 17 00:00:00 2001 From: amir-zeldes Date: Tue, 11 Aug 2015 14:27:05 -0400 Subject: [PATCH] Added documentation of -l option to readme. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6afe433..f785991 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ Includes lemmatizer and tagger for language of origin. _enrich.pl script to be used with lexicon file in each subdirectory (e.g., lexicon.txt in the languagetagger subdirectory for the language-of-origin tagging) +Usage: _enrich.pl [optional args] + +Options and arguments: + +-h print this [h]elp message and quit +-l [l]exicon file (required). Defaults to lexicon.txt in same directory. + + A text file one category per line, only text up to the first tab is used for lexicon lookup + +example: _enrich.pl -l language-tagger/lexicon.txt my_file.txt + + Lemmatizer still under development, not ready for release. Copyright 2013-14 Amir Zeldes, Caroline T. Schroeder. The perl program is free software. You may copy or redistribute the script under the same terms as Perl itself.