Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iobber
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
Chunking
Iobber
Commits
17ba0cc3
Commit
17ba0cc3
authored
12 years ago
by
Adam Radziszewski
Browse files
Options
Downloads
Patches
Plain Diff
iobber_txt help msg: default values
parent
418029f1
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iobber/iobber_txt.py
+2
-2
2 additions, 2 deletions
iobber/iobber_txt.py
with
2 additions
and
2 deletions
iobber/iobber_txt.py
+
2
−
2
View file @
17ba0cc3
...
@@ -71,14 +71,14 @@ def go():
...
@@ -71,14 +71,14 @@ def go():
dest
=
'
chunker_config
'
,
default
=
'
kpwr.ini
'
,
dest
=
'
chunker_config
'
,
default
=
'
kpwr.ini
'
,
help
=
'
use given chunker config (default: kpwr.ini)
'
)
help
=
'
use given chunker config (default: kpwr.ini)
'
)
parser
.
add_option
(
'
-C
'
,
'
--chunker-model
'
,
type
=
'
string
'
,
action
=
'
store
'
,
parser
.
add_option
(
'
-C
'
,
'
--chunker-model
'
,
type
=
'
string
'
,
action
=
'
store
'
,
dest
=
'
chunker_dir
'
,
default
=
'
model-kpwr04
'
,
dest
=
'
chunker_dir
'
,
default
=
'
model-kpwr04
-H
'
,
help
=
'
read chunker trained model from the given dir
'
)
help
=
'
read chunker trained model from the given dir
'
)
parser
.
add_option
(
'
-w
'
,
'
--tagger-config
'
,
type
=
'
string
'
,
action
=
'
store
'
,
parser
.
add_option
(
'
-w
'
,
'
--tagger-config
'
,
type
=
'
string
'
,
action
=
'
store
'
,
dest
=
'
tagger_config
'
,
default
=
'
nkjp.ini
'
,
dest
=
'
tagger_config
'
,
default
=
'
nkjp.ini
'
,
help
=
'
use given tagger (wcrft) config (default: nkjp.ini)
'
)
help
=
'
use given tagger (wcrft) config (default: nkjp.ini)
'
)
parser
.
add_option
(
'
-W
'
,
'
--tagger-model
'
,
type
=
'
string
'
,
action
=
'
store
'
,
parser
.
add_option
(
'
-W
'
,
'
--tagger-model
'
,
type
=
'
string
'
,
action
=
'
store
'
,
dest
=
'
tagger_dir
'
,
default
=
'
model_nkjp10_wcrft
'
,
dest
=
'
tagger_dir
'
,
default
=
'
model_nkjp10_wcrft
'
,
help
=
'
read tagger (wcrft) trained model from the given dir
'
)
help
=
'
read tagger (wcrft) trained model from the given dir
(default: model_nkjp10_wcrft)
'
)
parser
.
add_option
(
'
-m
'
,
'
--maca-config
'
,
type
=
'
string
'
,
action
=
'
store
'
,
parser
.
add_option
(
'
-m
'
,
'
--maca-config
'
,
type
=
'
string
'
,
action
=
'
store
'
,
dest
=
'
maca_config
'
,
default
=
''
,
dest
=
'
maca_config
'
,
default
=
''
,
help
=
'
override maca config file specified in tagger config
'
)
help
=
'
override maca config file specified in tagger config
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment