From d2e9841f96ebff61d4a5c26a322484f6268115f1 Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Fri, 22 Mar 2024 15:27:35 +0100 Subject: expand deinflection format (#745) * 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 --- test/data/json.json | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test/data/json.json') diff --git a/test/data/json.json b/test/data/json.json index 16ca6f01..73709fd5 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -92,16 +92,6 @@ "typeFile": "types/test/json.d.ts", "type": "AjvSchema" }, - { - "path": "ext/js/language/ja/japanese-transforms.json", - "typeFile": "types/ext/language-transformer.d.ts", - "type": "LanguageTransformDescriptor" - }, - { - "path": "ext/js/language/en/english-transforms.json", - "typeFile": "types/ext/language-transformer.d.ts", - "type": "LanguageTransformDescriptor" - }, { "path": "test/data/translator-test-inputs.json", "typeFile": "types/test/translator.d.ts", -- cgit v1.2.3