-
The current web questionnaire for wh inflection shows too many choices:
Whereas the only good result that is currently possible is just:
section=wh-q
wh-q-infl=on
1. The questionnaire sh…
-
I don't know how no one has submitted this issue yet, but including the checkr gem in our project causes rails to completely ignore all inflections, which destroys most interaction with our database (…
-
### Describe the bug
Avo does not seem to respect Rails' uncountable inflection rules.
### Steps to Reproduce
1. Create a Foo model and FooController
2. Make foo non-pluralizable
```
# c…
-
# Semantics
- [x] `Informe sobre el estado de las Islas Filipinas en 1842` should be semanticated as a book and the quotes around it should be removed.
- [x] I don’t think `ng` and `ay` can be con…
-
There is currently no way to communicate the `lexical.structured_word`
classes to the inflection module. You're sending a mere `pandas.DataFrame`
object upstream. Change the pipeline structure to al…
-
This is my proposal to generate the inflection of regular nouns and verbs: https://github.com/languagetool-org/english-pos-dict/blob/main/src-dict/inflection.py
This is not critical in any case. Ev…
-
While a systematic use of `` (with @xml:id) in addition to `` in the encoding schema would enable a more specific and detailed representation of the content.
eg.
_nuu_ `nuu` is infle…
-
Hi,
I'm the author of [SSM](https://github.com/FreeLanguageTools/ssmtool) which is a language learning utility for quickly making vocabulary flashcards. Thanks for this project! Without this it would…
-
By default Rails comes with inflections for the 'en' local:
https://github.com/rails/rails/blob/master/activesupport/lib/active_support/inflections.rb
If you try to use the `pluralize` or `singu…
-
Use https://github.com/jinzhu/inflection to convert from `type Pet struct` to `pets` as the table name.
Include a special migration generation to be able to upgrade from one to the other painlessly…