Note how the reading and hatsuon fields for the first element of tokens contains the reading for the entire lemma, i.e., "ヤスマセタラ" instead of just "ヤスマ" as MeCab has (e.g., in raw).
I'm working around this oddity to build furigana, just wondering if it's intentional?
Example: MeCab splits "休ませたら" into three morphemes, which Ve combines into one lemma. Ve's JSON-ified output contains the following:
Note how the
reading
andhatsuon
fields for the first element oftokens
contains the reading for the entire lemma, i.e., "ヤスマセタラ" instead of just "ヤスマ" as MeCab has (e.g., inraw
).I'm working around this oddity to build furigana, just wondering if it's intentional?