commit 2936f6ec5198b6808fcd1aac7d3331104ccaa18c Author: Eiji Miyamoto Date: Tue Aug 1 04:42:48 2023 +0100 added a new rule to choose naru and fixed some on lexc diff --git a/apertium-jpn.jpn.lexc b/apertium-jpn.jpn.lexc index 91990e6..9303db6 100644 --- a/apertium-jpn.jpn.lexc +++ b/apertium-jpn.jpn.lexc @@ -302543,7 +302543,6 @@ LEXICON AdjRoot まじめやったろ:まじめやったろ naAdjTag ; まじめやったら:まじめやったら naAdjTag ; まじめやったり:まじめやったり naAdjTag ; -まず:まず naAdjTag ; まずい:まずい naAdjTag ; まずかれ:まずかれ naAdjTag ; まずかろう:まずかろう naAdjTag ; diff --git a/apertium-jpn.jpn.rlx b/apertium-jpn.jpn.rlx index 8e76712..9d75fea 100644 --- a/apertium-jpn.jpn.rlx +++ b/apertium-jpn.jpn.rlx @@ -102,6 +102,9 @@ SELECT (n) IF (0 ("家"))(-2 (n)) ; # sa verb with se verb SELECT (v) IF (-1 (v))(1 (v))(2 (suff)) ; +# to naru +SELECT (v) IF (-1 (suff))(0 ("なる")) ; + # Resources: # http://visl.sdu.dk/cg3.html # http://groups.google.com/group/constraint-grammar