{% local jsonD = Body.sentence %} {% if jsonD then %}
{{tagName.sentence}}
{% for posK,posV in pairs(jsonD) do %}
{% if posV.pos=="n." then %}

用作名词(n.)

{% end %} {% if posV.pos=="v." then %}

用作动词(v.)

{% end %} {% if posV.pos=="vt." then %}

用作及物动词(vt.)

{% end %} {% if posV.pos=="vi." then %}

用作不及物动词(vi.)

{% end %} {% if posV.pos=="adj." then %}

用作形容词(adj.)

{% end %} {% if posV.pos=="adv." then %}

用作副词(adv.)

{% end %} {% if posV.pos=="abbr." then %}

用作缩略词(abbr.)

{% end %} {% if posV.pos=="prep." then %}

用作介词(prep.)

{% end %} {% if posV.pos=="pron." then %}

用作代词(pron.)

{% end %} {% if posV.pos=="conj." then %}

用作连词(conj.)

{% end %} {% if posV.pos=="int." then %}

用作感叹词(int.)

{% end %} {% if posV.pos=="art." then %}

用作冠词(art.)

{% end %} {% if posV.pos=="suf." then %}

用作后缀(suf.)

{% end %} {% if posV.pos=="pref." then %}

用作前缀(pref.)

{% end %} {% if posV.pos=="num." then %}

用作数词(num.)

{% end %} {% if posV.pos=="det." then %}

用作限定词(det.)

{% end %} {% if posV.pos=="excl." then %}

用作叹词(excl.)

{% end %} {% if posV.pos=="comb. form" then %}

用作构词成分(comb. form)

{% end %} {% if posV.pos=="symb." then %}

用作象征符号(symb.)

{% end %} {% if posV.pos=="def." then %}

用作定冠词(def.)

{% end %} {% if posV.pos=="indef." then %}

用作不定冠词(indef.)

{% end %} {% if posV.pos=="ord." then %}

用作序数词(ord.)

{% end %} {% if posV.pos=="link v." then %}

用作联系动词(link v.)

{% end %} {% if posV.pos=="modal v." then %}

用作情态动词(modal v.)

{% end %} {% if posV.pos=="aux." then %}

用作助动词(aux.)

{% end %} {% if posV.pos=="inf." then %}

用作不定式符号(inf.)

{% end %} {% local neddId = true; if gettablen(posV.v) == 1 then neddId = false end %} {% for senseK,senseV in pairs(posV.v) do %}
{% if neddId then %}{{senseK}}. {% end %}

{{senseV.text}}

{{senseV.trans}}

{% end %}
{% end %}
{% end %}