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

add support for user-defined POS for all OOV handlers #186

Merged
merged 3 commits into from
Jun 7, 2022

Conversation

eiennohito
Copy link
Collaborator

@eiennohito eiennohito commented Jun 6, 2022

Fixes #185

the feature is gated by userPos flag of OOV handlers,
which must be set to true for this feature to work

the feature is gated by userPos flag of OOV handlers,
which must be set to true for this feature to work
@eiennohito
Copy link
Collaborator Author

enforce も試しに実装してみたのですが、ややこしくなったので、断念しました。

@eiennohito eiennohito requested a review from kazuma-t June 6, 2022 08:38
and refer to it from all locations
also, make naming more consistent
@sonarcloud
Copy link

sonarcloud bot commented Jun 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

97.1% 97.1% Coverage
0.0% 0.0% Duplication

@eiennohito eiennohito merged commit eb6f949 into develop Jun 7, 2022
@eiennohito eiennohito deleted the feature/arseny/beta1-fixes branch June 7, 2022 06:29
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

Successfully merging this pull request may close these issues.

Regex OOV Plugin: Be able to use POS which are not present in dictionary set
2 participants