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

Support for ANY_CHAR in regular dix files? #163

Open
unhammer opened this issue Sep 26, 2022 · 1 comment
Open

Support for ANY_CHAR in regular dix files? #163

unhammer opened this issue Sep 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@unhammer
Copy link
Member

Then we could have bidix entries like <e><i><w/><s n="guess"/></i></e>.

This would require changes to the compiler to allow it, and presumably trim and compose, perhaps also fst_processor?

@unhammer unhammer added the enhancement New feature or request label Sep 26, 2022
@mr-martian
Copy link
Contributor

Trim already supports it, compose uses the same equality check as trim, so it should support it too. The compiler just needs lines 420 and 424 changed so it's not checking for is_separable, so it's really just fst_processor that needs non-trivial work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants