Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Write english transform tests (#907) | Daniel Chapman | 2024-05-11 |
| | | | | | | | * Write transforms tests for English Wrote transforms tests for English to cover all implemented transforms and fixed code that was failing the tests. * Fix linter errors | ||
* | fix deinflection on past simple of english phrasal verbs (#808) | StefanVukovic99 | 2024-04-09 |
| | |||
* | english grammar: adverb form of some adjectives (#803) | StefanVukovic99 | 2024-04-09 |
| | |||
* | expand deinflection format (#745) | StefanVukovic99 | 2024-03-22 |
* abstract deinflections * undo redundant changes * remove cast * switch to js * MultiLanguageTransformer * comments * comments * fix test * suffixInflection * fix bench * substring instead of replace * without heuristic * suffixMap * add other language deinflections * wip * catch cycles * fix tests * uninflect to deinflect * use less regex * add suru masu stem deinflection |