changeset 6:4d0903ac8b94 draft

Uploaded
author moba
date Tue, 02 May 2017 06:05:41 -0400
parents b8f59e6dcf18
children d653dd76947e
files alvisplan.py
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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():
+