Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unintended long OOVs are created #207

Open
kazuma-t opened this issue Mar 24, 2023 · 0 comments
Open

Unintended long OOVs are created #207

kazuma-t opened this issue Mar 24, 2023 · 0 comments

Comments

@kazuma-t
Copy link
Member

When inputting "〇所定勤務時間", it is outputted as a single OOV.

  • The kanji numeral "〇" is assigned to the character categories SYMBOL, KANJI, and KANJINUMERIC.
  • The OOV generation rule is set to 0 0 2 for KANJI and 1 1 0 for SYMBOL.
  • The function InputText.getCharCategoryContinuousLength() counts the length as KANJI.
  • In MeCabOovProviderPlugin.provideOOV(), it is treated as SYMBOL, resulting in unintended long OOVs being generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant