Identity transform required to change fs markup
Posted by mholmes on 28 Jan 2013 in Tasks
DONE 2013-01-29.
- Change all name feature structures from
<f name="category"> <symbol value="proper-noun"/> </f>
to:<f name="name"> <binary value="true"/> </f>
- Change all loanword feature structures from
<f name="baseType"> <symbol value="loanword"/> </f>
to:<f name="loanword"> <binary value="true"/> </f>
- Comment out existing compound feature structures:
<fs> <f name="baseType"> <symbol value="compound"/> </f> </fs>
- Comment out existing compound lexical suffix feature structures:
<fs> <f name="baseType"> <symbol value="suffix"/> </f> <f name="derivational"> <symbol value="lexical-suffix-compound"/> </f> </fs>