Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
lcg-bioinfoI-bionlp
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-09-20 04:59:01 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d9d9d6e6d8a6b593c56ab928a959039284cbe569
d9d9d6e6
1 parent
fbedd0ec
Training, crossvalidation and testing structural domain dataset
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
clasificacion-automatica/structural-domain-dataset/training-crossvalidation-testing-dom.py
clasificacion-automatica/structural-domain-dataset/training-crossvalidation-testing-dom.py
View file @
d9d9d6e
...
...
@@ -118,6 +118,12 @@ if __name__ == "__main__":
parser
.
add_argument
(
"--removeStopWords"
,
default
=
False
,
action
=
"store_true"
,
dest
=
"removeStopWords"
,
help
=
"Remove stop words"
)
parser
.
add_option
(
"--ngrinitial"
,
type
=
"int"
,
dest
=
"ngrinitial"
,
default
=
1
,
help
=
"Initial n-gram"
,
metavar
=
"INTEGER"
)
parser
.
add_option
(
"--ngrfinal"
,
type
=
"int"
,
dest
=
"ngrfinal"
,
default
=
1
,
help
=
"Final n-gram"
,
metavar
=
"INTEGER"
)
args
=
parser
.
parse_args
()
...
...
Please
register
or
login
to post a comment