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 05:00:01 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
338f15c57c801273525b7139dd7f753d45dcd0f2
338f15c5
1 parent
d9d9d6e6
Training, crossvalidation and testing structural domain dataset
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
clasificacion-automatica/structural-domain-dataset/training-crossvalidation-testing-dom.py
clasificacion-automatica/structural-domain-dataset/training-crossvalidation-testing-dom.py
View file @
338f15c
...
...
@@ -118,10 +118,10 @@ if __name__ == "__main__":
parser
.
add_argument
(
"--removeStopWords"
,
default
=
False
,
action
=
"store_true"
,
dest
=
"removeStopWords"
,
help
=
"Remove stop words"
)
parser
.
add_
option
(
"--ngrinitial"
,
type
=
"int"
,
parser
.
add_
argument
(
"--ngrinitial"
,
type
=
"int"
,
dest
=
"ngrinitial"
,
default
=
1
,
help
=
"Initial n-gram"
,
metavar
=
"INTEGER"
)
parser
.
add_
option
(
"--ngrfinal"
,
type
=
"int"
,
parser
.
add_
argument
(
"--ngrfinal"
,
type
=
"int"
,
dest
=
"ngrfinal"
,
default
=
1
,
help
=
"Final n-gram"
,
metavar
=
"INTEGER"
)
...
...
Please
register
or
login
to post a comment