Class OneToOne

java.lang.Object
ca.phon.session.io.xml.OneToOne

public class OneToOne extends Object
A container use for OneToOne alignment between morphology and IPA tiers with the mail line (Orthography.) If present when saving xml, morphology and IPA tiers present in the OneToOne object will be added to the appropriate word, pg, tag marker, etc. element in the xml. This class is used for compatibility with TalkBank.
  • Constructor Details

  • Method Details

    • getMorTierData

      public Map<String,Mor> getMorTierData()
    • getGraspTierData

      public Map<String,GraspTierData> getGraspTierData()
    • getIpaTierData

      public Map<String,IPATranscript> getIpaTierData()
    • annotateRecord

      public static void annotateRecord(Record record)
      Apply OneToOne annotation to relevant objects before xml output.
      Parameters:
      record -
    • removeAnnotations

      public static void removeAnnotations(Record record)
      Remove any OneToOne annotations on given record
      Parameters:
      record -