[itsdb] [incr tsdb()] and fsc test items

Katya Alahverdzhieva K.Alahverdzhieva at sms.ed.ac.uk
Sat Sep 24 12:33:09 CEST 2011


Dear All,

I was wondering whether the test items in [incr tsdb()] can be feature 
structures instead of strings? So, instead of having "She barked" as a 
test item, I'd like the the test item to be augmented with arbitrary 
feature structures (like those inputted to PET), e.g.,

    <edge source="v0" target="v1">
       <fs type="speech_token">
         <f name="+FORM">
           <str>she</str>
         </f>
         <f name="+PHON">
           <fs type="lnr">
             <f name="+DOM">
               <str>she</str>
             </f>
           </fs>
         </f>
       </fs>
     </edge>
    <edge source="v1" target="v2">
       <fs type="speech_token">
         <f name="+FORM">
           <str>barked</str>
         </f>
         <f name="+PHON">
           <fs type="p-word">
             <f name="+DOM">
               <str>barked</str>
             </f>
           </fs>
         </f>
       </fs>
     </edge>

If you could give me some pointers to existing samples, that would be 
great! Thanks for the help!

Cheers,
Katya

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.




More information about the itsdb mailing list