-
Notifications
You must be signed in to change notification settings - Fork 9
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
Modify parse_affix_string() in affixmisc.repy to reject certain AFFIX strings. #21
Comments
How does this function know what is classified as a "branching Affix", On Wed, Nov 20, 2013 at 2:35 PM, monzum [email protected] wrote:
|
Unfortunately there is no way to identify a branching AFFIX. I will have to give it some thought and come up with a good solution. My initial though was to check if the arguments of the AFFIX are AFFIX stacks, however I don't believe this is a viable solution. |
Right. So I think part of being an Affix is correctly serializing / Justin On Wed, Nov 20, 2013 at 3:44 PM, monzum [email protected] wrote:
|
AFFIXs themselves should correctly serialize/deserialize themselves. Users can still provide a bad AFFIX string when initially building the AFFIX stack. I propose that we have a wiki page or README file that educates users/developers of proper AFFIX stacks and what to do or not to do. |
They "should" serialize and deserialize, but we don't need to (and most On Wed, Nov 20, 2013 at 5:24 PM, monzum [email protected] wrote:
|
parse_affix_string() needs to be changed to reject various AFFIX strings that were acceptable before. For example, previously an AFFIX stack was allowed to have other AFFIX components underneath branching/splitter AFFIXs. This is no longer allowed in our new design.
The text was updated successfully, but these errors were encountered: