MaltParser 1.0.1

Uses of Package
org.maltparser.core.sentence

Packages that use org.maltparser.core.sentence
org.maltparser.core.config Contains classes and an interface for handling parsing scenarios. 
org.maltparser.core.dataformat.reader Contains classes that reads a specific data format (e.g., a tab-separator reader). 
org.maltparser.core.graph Contains classes for building a dependency graph. 
org.maltparser.core.sentence Provides classes for representing a sentence. 
org.maltparser.ml Contains an interface and classes for creating an interface to an machine learning method. 
org.maltparser.ml.libsvm Contains classes that interacts with the LIBSVM learner. 
org.maltparser.ml.libsvm.malt04 Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4. 
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.guide Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner. 
org.maltparser.parser.guide.instmodel Provides an interface for implementing different kinds of prediction strategies. 
org.maltparser.parser.guide.predmodel Contains classes for implementing different kinds of instance models. 
 

Classes in org.maltparser.core.sentence used by org.maltparser.core.config
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.core.dataformat.reader
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.core.graph
Sentence
          Sentence consists of a sequence of tokens.
Token
          A token represents an entity in a sentence with number of attributes (for example word form, lemma, part-of-speech).
 

Classes in org.maltparser.core.sentence used by org.maltparser.core.sentence
ColumnInstance
           
Token
          A token represents an entity in a sentence with number of attributes (for example word form, lemma, part-of-speech).
 

Classes in org.maltparser.core.sentence used by org.maltparser.ml
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.ml.libsvm
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.ml.libsvm.malt04
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.parser.algorithm.covington
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.parser.algorithm.nivre
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.parser.guide
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.parser.guide.instmodel
Sentence
          Sentence consists of a sequence of tokens.
 

Classes in org.maltparser.core.sentence used by org.maltparser.parser.guide.predmodel
Sentence
          Sentence consists of a sequence of tokens.
 


MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.