aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorStefanVukovic99 <stefanvukovic44@gmail.com>2024-05-11 01:37:09 +0200
committerGitHub <noreply@github.com>2024-05-10 23:37:09 +0000
commitd68e93e9ca210a3653e3a464391a77b27cfd353a (patch)
treebb6bbb5fb1d7d2d59d66cb4e01fa5014db9afc0b /.eslintrc.json
parentfdfbfc27c6b731cbc41b2dd1239e70a549bcc8f4 (diff)
add a few deinflections for Latin (#901)
* 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 * start * organize language transform test by language * simpler folders * wip * wip * delete german test * cleanup
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 51bb2328..a5418154 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -647,6 +647,7 @@
"ext/js/language/ja/japanese-transforms.js",
"ext/js/language/ja/japanese-wanakana.js",
"ext/js/language/ja/japanese.js",
+ "ext/js/language/la/latin-transforms.js",
"ext/js/language/language-descriptors.js",
"ext/js/language/language-transformer.js",
"ext/js/language/language-transforms.js",