Skip to content

Commit

Permalink
Fix LT-21966: Inflection features not showing correctly in browse (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 authored Nov 25, 2024
1 parent 1a3797b commit fd9e483
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@
<obj class="LexSense" field="MorphoSyntaxAnalysis" layout="empty">
<if is="MoStemMsa">
<obj class="MoStemMsa" field="MsFeatures" layout="empty">
<string field="ChooserNameTS"/>
<string field="LongNameTSS"/>
</obj>
</if>
<if is="MoInflAffMsa">
<obj class="MoInflAffMsa" field="InflFeats" layout="empty">
<string field="ChooserNameTS"/>
<string field="LongNameTSS"/>
</obj>
</if>
<ifnot is="MoStemMsa">
Expand Down

0 comments on commit fd9e483

Please sign in to comment.