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
2018-03-08 12:28:17 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d759990c611028d087153138b8818db91d2a2133
d759990c
1 parent
19ea1278
Training validation script
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
training-validation-v1.py
training-validation.py
training-validation-v1.py
View file @
d759990
...
...
@@ -76,7 +76,7 @@ def word2features(sent, i):
'word[:3]'
:
word
[:
3
],
'word[:2]'
:
word
[:
2
],
'word[:1]'
:
word
[:
1
],
'endsConLow()
'
:
endsConLow
(
word
),
'endsConLow()
={}'
.
format
(
endsConLow
(
word
))
:
endsConLow
(
word
),
}
'''
if i > 0:
...
...
training-validation.py
deleted
100644 → 0
View file @
19ea127
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment