Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
conditional-random-fields
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
2019-02-14 14:01:27 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a86653d3b9b02dc4d2de3be22d9483963a3139d3
a86653d3
1 parent
36395a49
Conditional Random Fields
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tagging_Sklearn_crfsuite.py
tagging_Sklearn_crfsuite.py
View file @
a86653d
...
...
@@ -195,7 +195,7 @@ if __name__ == "__main__":
print
(
'-------------------------------- PROCESSING --------------------------------'
)
stopwords
=
[
word
.
decode
(
'utf-8'
)
for
word
in
stopwords
.
words
(
'english'
)]
#
stopwords = [word.decode('utf-8') for word in stopwords.words('english')]
# Read CRF model
t0
=
time
()
...
...
Please
register
or
login
to post a comment