You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Specify language, choices: ru, es, en
LANG=en
SENTENCES_ROOT=/lfs1/vzaytsev/corpora2/$LANG/sentence_index
DOCUMENTS_ROOT=/lfs1/vzaytsev/corpora2/$LANG/document_index
# change this according to your query file:
QUERIES=/lfs1/vzaytsev/corpora2/$LANG/queries/query.*.json # this can be a pattern# set any location for found metaphors
OUT_DIR=/lfs1/vzaytsev/corpora2/$LANG/found/
-x, --output_lf Put logic form of found metaphor to output file: 0 or 1.
-q, --query Metaphor search query file.
-e, --extension Extension that will be addet to the output files. Default is .metaphors.json.
-p, --use_pos Use parts of speech. Postfixes such as -\w+ (-n, -vb, etc) if present, will be recognised as additional part of speech constraint in query. Default is 0.