`"arrives".Singularize()` produces "arrife" instead of "arrive". I was able to use `Vocabularies.Default.AddSingular()` to work around this issue.
"arrives".Singularize()produces "arrife" instead of "arrive".I was able to use
Vocabularies.Default.AddSingular()to work around this issue.