mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Merge pull request #11 from google/flip_default_args
Use directional and temporal features by default.
This commit is contained in:
@@ -266,12 +266,12 @@ if __name__ == '__main__':
|
||||
)
|
||||
parser.add_argument(
|
||||
'--no_directional_feature',
|
||||
action='store_false',
|
||||
action='store_true',
|
||||
help='Not to use directional feature.'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--no_temporal_feature',
|
||||
action='store_false',
|
||||
action='store_true',
|
||||
help='Not to use temporal feature.'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user