Class SqlConstants


  • public class SqlConstants
    extends Object
    Constants relating to SQL annotation stores.
    Author:
    Robert Fromont robert@fromont.net.nz
    • Field Detail

      • LAYER_TRANSCRIPTION

        public static final int LAYER_TRANSCRIPTION
        Database Layer ID for raw transcription layer - i.e. how the transcript was typed in Transcriber
        See Also:
        Constant Field Values
      • LAYER_SEGMENT

        public static final int LAYER_SEGMENT
        Database Layer ID for segment layer - i.e. the components of each word (most likely phonemes)
        See Also:
        Constant Field Values
      • LAYER_ORTHOGRAPHY

        public static final int LAYER_ORTHOGRAPHY
        Database Layer ID for orthography layer - i.e. the original text cleaned up to make standard spellings (if possible)
        See Also:
        Constant Field Values
      • LAYER_TURN

        public static final int LAYER_TURN
        Database Layer ID for turn layer - i.e. the speaker turns originally marked in the transcript
        See Also:
        Constant Field Values
      • LAYER_UTTERANCE

        public static final int LAYER_UTTERANCE
        Database Layer ID for utterance layer - i.e. the lines/chunks of the transcript as originally time aligned before upload (in Transcriber, the words between Sync points)
        See Also:
        Constant Field Values
      • LAYER_GRAPH

        public static final int LAYER_GRAPH
        Database Layer ID for graphs/transcripts
        See Also:
        Constant Field Values
      • LAYER_PARTICIPANT

        public static final int LAYER_PARTICIPANT
        Database Layer ID for participants
        See Also:
        Constant Field Values
      • LAYER_MAIN_PARTICIPANT

        public static final int LAYER_MAIN_PARTICIPANT
        Database Layer ID for marking main participants in a transcript
        See Also:
        Constant Field Values
      • LAYER_SERIES

        public static final int LAYER_SERIES
        Database Layer ID for series
        See Also:
        Constant Field Values
      • LAYER_CORPUS

        public static final int LAYER_CORPUS
        Database Layer ID for corpora
        See Also:
        Constant Field Values
      • SCOPE_PARTICIPANT

        public static final String SCOPE_PARTICIPANT
        Scope for Participant layer - value is "p"
        See Also:
        Constant Field Values
    • Constructor Detail

      • SqlConstants

        public SqlConstants()