# HG changeset patch # User moba # Date 1493719541 14400 # Node ID 4d0903ac8b9449cbd33ae9af0dda030bba878ebf # Parent b8f59e6dcf188c82413b9b5b0ea2219b47a1648d Uploaded diff -r b8f59e6dcf18 -r 4d0903ac8b94 alvisplan.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/alvisplan.py Tue May 02 06:05:41 2017 -0400 @@ -0,0 +1,25 @@ +#!/usr/bin/python2 + +# Filename: grep.py +# Author: Mouhamadou Ba +# Version: 20/07/2016 +# +# This script... +# +# alvisAnnotator is launched as follow: +#alvisnlp +# verbose +# -noColors +# -param search subject word -param lemmatize active false ## deactivate lemmatization +# -param search subject plain ## search inside words (deactivates lemmatization) +# -param search subject prefix ## search at the beginning of words (deactivates lemmatization) +# -param remove-overlaps active true ## longest only +# -param lemmatize treeTaggerExecutable /home/rbossy/dist/tree-tagger/bin/tree-tagger +# -param parFile /home/rbossy/dist/tree-tagger/english-par-linux-3.2.bin +# -param write fileName "out.txt" +# -param search dictFile dictionary-lemma.txt +# -param search trieSource dictionary-lemma.trie +# alvis-annotator.plan + +def main(): +