-
Notifications
You must be signed in to change notification settings - Fork 119
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
More amy/anysplit modifications #1337
Merged
Merged
Commits on Aug 12, 2022
-
amy/4.0.affix,amy/4.0.regex: Simplify the regexes
This doesn't work yet for splitting on grapheme boundaries, because ^X matches at leas one codepoint so it matches a split initial morpheme in a part. This change is needed for the upcoming new code to split at grapheme boundaries.
Configuration menu - View commit details
-
Copy full SHA for 5825dd2 - Browse repository at this point
Copy the full SHA 5825dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36901d0 - Browse repository at this point
Copy the full SHA 36901d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c7d8a - Browse repository at this point
Copy the full SHA f3c7d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df81c5 - Browse repository at this point
Copy the full SHA 8df81c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22706c - Browse repository at this point
Copy the full SHA b22706cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fd0c7 - Browse repository at this point
Copy the full SHA 97fd0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73eaff6 - Browse repository at this point
Copy the full SHA 73eaff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for af8e481 - Browse repository at this point
Copy the full SHA af8e481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1576152 - Browse repository at this point
Copy the full SHA 1576152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128fccd - Browse repository at this point
Copy the full SHA 128fccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53dd29f - Browse repository at this point
Copy the full SHA 53dd29fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3e7f1 - Browse repository at this point
Copy the full SHA aa3e7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3193e89 - Browse repository at this point
Copy the full SHA 3193e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6a498 - Browse repository at this point
Copy the full SHA cf6a498View commit details -
Configuration menu - View commit details
-
Copy full SHA for c295754 - Browse repository at this point
Copy the full SHA c295754View commit details -
amy/4.0.affix: Remove regexes for REG*
No need for them after the grapheme-aware separation modification.
Configuration menu - View commit details
-
Copy full SHA for 74a1468 - Browse repository at this point
Copy the full SHA 74a1468View commit details -
amy/4.0.regex: Include trailing mark codepoints in atomic-unit
This way morpheme candidates (split parts) are not starting with marks. This looks nicer and gives less splits. I don't know it is more useful.
Configuration menu - View commit details
-
Copy full SHA for 54423ab - Browse repository at this point
Copy the full SHA 54423abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e236030 - Browse repository at this point
Copy the full SHA e236030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a97b0 - Browse repository at this point
Copy the full SHA 82a97b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff92f6a - Browse repository at this point
Copy the full SHA ff92f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9f32e - Browse repository at this point
Copy the full SHA 8b9f32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb80f0 - Browse repository at this point
Copy the full SHA 9fb80f0View commit details -
afdict_init(): Validate affixes w/dictionary_word_is_known()
...instead of dict_has_word(), to allow punctuation that match a regex.
Configuration menu - View commit details
-
Copy full SHA for 56247cb - Browse repository at this point
Copy the full SHA 56247cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.