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 13:36:30 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4c80ad6ab897967f802172f16f5648ab57e4d275
4c80ad6a
1 parent
77b6b4a8
Add new file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
nlp-preprocessing-pipeline.sh
nlp-preprocessing-pipeline.sh
View file @
4c80ad6
...
...
@@ -3,8 +3,8 @@ echo 'Preprocessing files...'
ORIGINAL_CORPUS_PATH
=
/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/original
CORPUS_PATH
=
/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets
TERM_PATH
=
/export/space1/users/compu2/bionlp/conditional-random-fields/dictionaries
POST_PATH
=
/
home/cmendezc/STANFORD_POSTAGGER/stanford-postagger-2015-12-09
LEMMA_PATH
/home/cmendezc/BIO_LEMMATIZER
POST_PATH
=
/
export/space1/users/compu2/bionlp/stanford-corenlp-full-2018-02-27
LEMMA_PATH
=
/export/space1/users/compu2/bionlp/biolemmatizer
PRE
=
TRUE
echo
" Preprocessing:
$PRE
"
...
...
Please
register
or
login
to post a comment