Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
nlp-preprocessing-pipeline
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-03-07 23:50:49 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e54bba9eee4d6468b55dc39def9273bdd49dbd66
e54bba9e
1 parent
4b0e81b2
New terminological tagging for CRFs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
nlp-preprocessing-pipeline.sh
nlp-preprocessing-pipeline.sh
View file @
e54bba9
...
...
@@ -6,11 +6,11 @@ TERM_PATH=/export/space1/users/compu2/bionlp/nlp-preprocessing-pipeline/dictiona
POST_PATH
=
/export/space1/users/compu2/bionlp/stanford-postagger-2018-02-27
LEMMA_PATH
=
/export/space1/users/compu2/bionlp/biolemmatizer
PRE
=
FALS
E
PRE
=
TRU
E
echo
" Preprocessing:
$PRE
"
POS
=
FALS
E
POS
=
TRU
E
echo
" POS Tagging:
$POS
"
LEMMA
=
FALS
E
LEMMA
=
TRU
E
echo
" Lemmatization:
$LEMMA
"
TERM
=
TRUE
echo
" Terminological tagging:
$TERM
"
...
...
Please
register
or
login
to post a comment