Uses of Class
sem.exception.GraphFormatException

Packages that use GraphFormatException
sem.graphreader   
sem.graphwriter   
sem.test.graphreader   
 

Uses of GraphFormatException in sem.graphreader
 

Methods in sem.graphreader that throw GraphFormatException
 GraphReader GraphReaderType.makeGraphReader(java.lang.String inputPath)
           
 Graph ParsevalGraphReader.next()
          Get the next graph.
 Graph CnCGraphReader.next()
          Get the next graph.
 Graph TSVGraphReader.next()
          Get the next graph from the corpus.
 Graph RaspXmlGraphReader.next()
          Get the next graph from the corpus.
 Graph GraphReader.next()
           
 Graph RaspGraphReader.next()
          Get the next graph from the corpus.
 java.util.ArrayList<Graph> ParsevalGraphReader.nextSentence()
          Get the next sentence.
 java.util.ArrayList<Graph> CnCGraphReader.nextSentence()
          Get the next sentence.
 java.util.ArrayList<Graph> TSVGraphReader.nextSentence()
          Read a sentence from the corpus.
 java.util.ArrayList<Graph> RaspXmlGraphReader.nextSentence()
          Read a sentence from the corpus.
 java.util.ArrayList<Graph> GraphReader.nextSentence()
           
 java.util.ArrayList<Graph> RaspGraphReader.nextSentence()
          Read a sentence from the corpus.
static java.util.LinkedHashMap<java.lang.String,java.lang.String> RaspGraphReader.parseGr(java.lang.String line, boolean simpleEdgeFormat)
          Parses a line that represents a GR and return a LinkedHashMap with the arguments.
static java.util.LinkedHashMap<java.lang.String,java.lang.String> RaspGraphReader.parseLabel(java.lang.String label)
          Parses a string that represents a token/lemma.
 void ParsevalGraphReader.reset()
          Reset the reader.
 void CnCGraphReader.reset()
          Reset the reader.
 void TSVGraphReader.reset()
           
 void RaspXmlGraphReader.reset()
          Reset the whole reading process to the beginning.
 void GraphReader.reset()
           
 void RaspGraphReader.reset()
          Reset the whole reading process to the beginning.
 

Constructors in sem.graphreader that throw GraphFormatException
CnCGraphReader(java.lang.String inputPath)
           
ParsevalGraphReader(java.lang.String inputPath, boolean simpleEdgeFormat, boolean simpleNodeFormat)
          GraphReader for the Parseval format.
RaspGraphReader(java.lang.String inputPath, boolean getAllParses)
           
RaspXmlGraphReader(java.lang.String inputPath, int nodeSelectionMode, boolean getAllParses, boolean getMetaData)
          Create a new reader for RASP XML.
TSVGraphReader(java.lang.String inputPath, boolean getAllParses)
           
 

Uses of GraphFormatException in sem.graphwriter
 

Methods in sem.graphwriter that throw GraphFormatException
 GraphWriter GraphWriterType.makeGraphWriter(java.lang.String outputPath)
           
 

Uses of GraphFormatException in sem.test.graphreader
 

Methods in sem.test.graphreader that throw GraphFormatException
static void RaspXmlGraphReaderTest.testEdges(GraphReader reader)
           
static void RaspXmlGraphReaderTest.testMetadata(GraphReader reader)
           
static void RaspXmlGraphReaderTest.testMultipleLemmas(GraphReader reader)
           
static void RaspXmlGraphReaderTest.testMultipleParses(GraphReader reader)
           
static void RaspXmlGraphReaderTest.testNodes(GraphReader reader)
           
static void RaspXmlGraphReaderTest.testReadDir(GraphReader reader)
           
static void RaspXmlGraphReaderTest.testReadLarge(GraphReader reader)