-
Notifications
You must be signed in to change notification settings - Fork 13
unk format
Brooke M. Fujita edited this page Jan 28, 2018
·
2 revisions
Sets STR
as the user-defined unknown node format. Output for morphemes that are unknown and not found in any of dictionaries used.
- long format:
--unk-format=STR
(String) - short format:
-U STR
(String) - key-value format:
'unk_format': STR
Use single-quotes to preserve format options that contain escape chars.
When overriding an existing, default unk-format
value, you must unset that output format type by specifying an empty string. Please also see output-format-type
.