We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c531282 commit 45b21f9Copy full SHA for 45b21f9
1 file changed
DistFiles/Language Explorer/Configuration/Parts/MorphologyParts.xml
@@ -741,7 +741,16 @@
741
</if>
742
743
</part>
744
- </bin>
+ <!-- The following is a hack to keep Categories columns from disappearing (LT-22171).
745
+ These field are technically part of PartOfSpeech, but the display code is expecting CmPossibility.
746
+ -->
747
+ <part id="CmPossibility-Jt-inflClassesBest" type="jtview">
748
+ <seq field="InflectionClasses" layout="NameBest"/>
749
+ </part>
750
+ <part id="CmPossibility-Jt-defaultInflClassBest" type="jtview">
751
+ <obj field="DefaultInflectionClass" layout="NameBest"/>
752
753
+ </bin>
754
<bin class="MoMorphSynAnalysis">
755
<part id="MoMorphSynAnalysis-Detail-MainEdit" type="Detail">
756
<!-- Implements what should be the first thing shown for all MSA classes,
0 commit comments