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 02:02:32 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5357677a44b33a6965f69b2f7bef517aa35aa223
5357677a
1 parent
97865e50
Conditional Random Fields
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
0 deletions
models/model.txt
reports/report.txt
training-validation-v1.py
models/model.txt
0 → 100644
View file @
5357677
File mode changed
reports/report.txt
0 → 100644
View file @
5357677
File mode changed
training-validation-v1.py
View file @
5357677
...
...
@@ -83,6 +83,7 @@ def word2features(sent, i):
#'+1:lemma': lemma1,
#'+1:postag': postag1,
})
return
features
def
sent2features
(
sent
):
...
...
Please
register
or
login
to post a comment