-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Generate Parses] Improve the module with various features #719
Comments
I tested the part about "random sample" and "alphabetical order". I like it! Looks really good. (Eventually we hope that the affixes in a template can be ordered in FLEx, and when that happens, it would be nice to use that order. But that hasn't happened yet.) Are you guys still planning to do #3? Sounds like a good plan. |
@bbryson Can you test recent changes in Generate Parses? Clitic and derivational affix generation has been added. |
I just downloaded 3.11.1 6 hours ago. I can see the clitics working. I don't see derivation working. I don't know if I didn't set it up right. I have a suffix Adj>Adv, and I asked for Adj stems. It inflected those stems, but didn't add the Adj>Adv suffix to them. Is there a setting that affects whether these get applied? (I don't think there needs to be, given the constraints mentioned above.) |
As currently implemented, you would get the derivational affix if you asked for both adj and adv. |
The Generate Parses module could use improvements in these areas:
a. A clitic or deriv. affix will only be applied one time to the stem.
b. A clitic or deriv. affix will only be applied if the user has defined in the lexicon which category or categories it attaches to.
c. The order of things: derivational affixes optionally attached to the stems, then inflectional affixes, then optional clitics
d. Never reuse the same derivational affix or clitic in one word.
The text was updated successfully, but these errors were encountered: