.check_inflection_ending | R Documentation |
In most regular English cases, the word should end with the inflection. But there are a few exceptions of the "passersby" class, which we want to allow.
.check_inflection_ending(original_word, base_word, inflection)
original_word |
Character; the word before inflectional breakdown. |
base_word |
Character; uninflected word. |
inflection |
Character; the (putative) inflectional ending. |
TRUE if the word contains the candidate inflection as expected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.