commit d12876a310033c9809c485dfff0fc370ff3e0146 Author: Eiji Miyamoto Date: Mon Jul 31 02:12:57 2023 +0100 deleted first person pronoun from nountag and added a rule for adj diff --git a/apertium-jpn.jpn.lexc b/apertium-jpn.jpn.lexc index efcd385..ac0428e 100644 --- a/apertium-jpn.jpn.lexc +++ b/apertium-jpn.jpn.lexc @@ -54208,10 +54208,6 @@ LEXICON NounRoot ぼき:ぼき NounTag ; 募金:募金 NounTag ; ぼきん:ぼきん NounTag ; -僕:僕 NounTag ; -ボク:ボク NounTag ; -ぼく:ぼく NounTag ; -墨画:墨画 NounTag ; ぼく画:ぼく画 NounTag ; ぼくが:ぼくが NounTag ; ボクサー:ボクサー NounTag ; diff --git a/apertium-jpn.jpn.rlx b/apertium-jpn.jpn.rlx index 5307a7c..23b39a9 100644 --- a/apertium-jpn.jpn.rlx +++ b/apertium-jpn.jpn.rlx @@ -45,6 +45,9 @@ SELECT (suff) IF (-1 (n))(0 ("から")) ; # doko choose det with ga SELECT (det) IF (-1 ("、"))(1 (suff)) ; +# adj with de +SELECT (adj) IF (1 ("で")) ; + # Resources: # http://visl.sdu.dk/cg3.html # http://groups.google.com/group/constraint-grammar