Skip to content

Commit

Permalink
Correct contlex after conversion
Browse files Browse the repository at this point in the history
The conversion to XML does not take +v1 and +v2 tags into consideration
  • Loading branch information
rueter committed Nov 21, 2023
1 parent f59b83e commit d5ab280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
4 changes: 2 additions & 2 deletions src/fst/stems/V_sms2x.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -5558,8 +5558,8 @@ võõntõõttâd+V:võõntõõ%{ʹØ%}tt V_LAUKKOOLLYD "" ;
čõõjõõttâd+V:čõõjõõ%{ʹØ%}tt V_LAUKKOOLLYD "" ;
čõõlted+V:čõõlât V_AALGXTED "" ;
čõõnõõttâd+V:čõõnõõ%{ʹØ%}tt V_LAUKKOOLLYD "" ;
čõõnõđškueʹtted+v1:V čõõnõđškuä%{ʹØ%}tt "V_SHKUEAQTTED" ;
čõõnõđškueʹtted+v2:V čõõnõõđškuä%{ʹØ%}tt "V_SHKUEAQTTED" ;
čõõnõđškueʹtted+v1+V:čõõnõđškuä%{ʹØ%}tt V_SHKUEAQTTED "" ;
čõõnõđškueʹtted+v2+V:čõõnõõđškuä%{ʹØ%}tt V_SHKUEAQTTED "" ;
šeejšâʹstted+V:šeejšâ%^1VOW%{ʹØ%}stt V_CEQPCCED "" ;
šejjšted+V:šejjašt V_SHORRNED "" ;
škooulted+V:škooulât V_AALGXTED "" ;
Expand Down
26 changes: 4 additions & 22 deletions src/fst/stems/V_sms2x.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162309,9 +162309,10 @@
<e src="">
<map sml_ids=""/>
<lg>
<l pos="v1">čõõnõđškueʹtted</l>
<l pos="V">čõõnõđškueʹtted</l>
<stg>
<st Contlex="čõõnõđškuä%{ʹØ%}tt">V</st>
<st Contlex="V_SHKUEAQTTED" varid="1">čõõnõđškuä%{ʹØ%}tt</st>
<st Contlex="V_SHKUEAQTTED" varid="2">čõõnõõđškuä%{ʹØ%}tt</st>
</stg>
</lg>
<sources>
Expand All @@ -162321,26 +162322,7 @@
<semantics>
</semantics>
<tg xml:lang="fin">
<t pos="v1">V_SHKUEAQTTED</t>
</tg>
</mg>
</e>
<e src="">
<map sml_ids=""/>
<lg>
<l pos="v2">čõõnõđškueʹtted</l>
<stg>
<st Contlex="čõõnõõđškuä%{ʹØ%}tt">V</st>
</stg>
</lg>
<sources>
<book/>
</sources>
<mg relId="0">
<semantics>
</semantics>
<tg xml:lang="fin">
<t pos="v2">V_SHKUEAQTTED</t>
<t></t>
</tg>
</mg>
</e>
Expand Down

0 comments on commit d5ab280

Please sign in to comment.