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:57:11 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
339bca7c6719838d9947dd32f4e6ce2a8224639a
339bca7c
1 parent
802aed3e
New terminological tagging for CRFs
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
biologicalTermTagging-CRF.py
biologicalTermTagging-CRF.py
View file @
339bca7
...
...
@@ -105,6 +105,7 @@ if __name__ == "__main__":
hashTermsOrig
[
key
]
.
append
(
line
.
capitalize
())
print
(
' Terms read {} size: {}'
.
format
(
key
,
len
(
hashTerms
[
key
])))
print
(
' Terms read {} size: {}'
.
format
(
key
,
len
(
hashTermsOrig
[
key
])))
print
(
"hashTermsOrig: {}"
.
format
(
hashTermsOrig
))
#regularWords = words.words('en')
print
()
...
...
Please
register
or
login
to post a comment