{% if error %}
{{error}}
{{trace}}
{% end %}
MIURA: Morpheme I U Regexp A
Pattern
ex:
名詞
,
名詞-助詞
,
名詞*
,
名詞*-助詞-名詞*
,
(名詞|助詞)*
,
感動詞
{% if results %} {% if len(results) == 0 %} No result {% else %} {% for i, res in enumerate(results) %}
{{i + 1}}: {{res['original']}}
{% for r in res['result'] %}
{% for morph in r['match'] %} {{morph['surface']}} {% end %}
{% end %}
{% end %} {% end %} {% end %}