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 16:07:18 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68482f60c4c89e1561a42cf5828db9beb6faad2f
68482f60
1 parent
4c80ad6a
Add new file
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
dictionaries/termFilesLength.json
nlp-preprocessing-pipeline.sh
dictionaries/termFilesLength.json
View file @
68482f6
{
"
list
TermFiles"
:
{
"
hash
TermFiles"
:
{
"2"
:
[
"genes_2grams.txt"
],
"3"
:
[
"genes_3grams.txt"
],
"4"
:
[
"genes_4grams.txt"
],
"5"
:
[
"genes_5grams.txt"
]
"6"
:
[
"genes_6grams.txt"
]
"7"
:
[
"genes_7grams.txt"
]
"5"
:
[
"genes_5grams.txt"
]
,
"6"
:
[
"genes_6grams.txt"
]
,
"7"
:
[
"genes_7grams.txt"
]
,
"8"
:
[
"genes_8grams.txt"
]
},
"
list
Terms"
:
{
"
hash
Terms"
:
{
"2"
:
[],
"3"
:
[],
"4"
:
[],
"5"
:
[]
"5"
:
[]
,
"6"
:
[],
"7"
:
[],
"8"
:
[]
,
"8"
:
[]
}
}
...
...
nlp-preprocessing-pipeline.sh
View file @
68482f6
...
...
@@ -2,7 +2,7 @@
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
TERM_PATH
=
/export/space1/users/compu2/bionlp/
nlp-preprocessing-pipeline
/dictionaries
POST_PATH
=
/export/space1/users/compu2/bionlp/stanford-corenlp-full-2018-02-27
LEMMA_PATH
=
/export/space1/users/compu2/bionlp/biolemmatizer
...
...
Please
register
or
login
to post a comment