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 17:31:55 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d692d53702ef5b79cd5e8c386b33a57969754812
d692d537
1 parent
ca7bb246
New terminological tagging for CRFs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
biologicalTermTagging-CRF.py
biologicalTermTagging-CRF.py
View file @
d692d53
...
...
@@ -85,7 +85,7 @@ if __name__ == "__main__":
hashTermFiles
=
lists
[
"hashTermFiles"
]
hashTerms
=
lists
[
"hashTerms"
]
hashTermsOrig
=
[]
hashTermsOrig
=
{}
for
key
in
hashTermFiles
.
keys
():
for
f
in
hashTermFiles
[
key
]:
...
...
Please
register
or
login
to post a comment