| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DependencyParserConfig | |
|---|---|
| org.maltparser.ml.liblinear | Contains classes that interacts with the Liblinear learner. | 
| org.maltparser.ml.libsvm | Contains classes that interacts with the LIBSVM learner. | 
| org.maltparser.parser | The top package for Single Malt Parser. | 
| 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.algorithm.planar | |
| org.maltparser.parser.algorithm.stack | Implements the Stack parsing algorithms. | 
| org.maltparser.parser.algorithm.twoplanar | |
| 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. | 
| Uses of DependencyParserConfig in org.maltparser.ml.liblinear | 
|---|
| Methods in org.maltparser.ml.liblinear that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | Liblinear.getConfiguration()Returns the current configuration | 
| Uses of DependencyParserConfig in org.maltparser.ml.libsvm | 
|---|
| Methods in org.maltparser.ml.libsvm that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | Libsvm.getConfiguration()Returns the current configuration | 
| Uses of DependencyParserConfig in org.maltparser.parser | 
|---|
| Classes in org.maltparser.parser that implement DependencyParserConfig | |
|---|---|
|  class | SingleMalt | 
| Fields in org.maltparser.parser declared as DependencyParserConfig | |
|---|---|
| protected  DependencyParserConfig | Algorithm.manager | 
| Methods in org.maltparser.parser that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | Oracle.getConfiguration() | 
|  DependencyParserConfig | Algorithm.getManager()Returns the single malt configuration | 
| Methods in org.maltparser.parser with parameters of type DependencyParserConfig | |
|---|---|
|  void | Algorithm.setManager(DependencyParserConfig manager)Sets the single malt configuration | 
|  void | Oracle.setManager(DependencyParserConfig manager) | 
| Constructors in org.maltparser.parser with parameters of type DependencyParserConfig | |
|---|---|
| Algorithm(DependencyParserConfig manager)Creates a parsing algorithm | |
| BatchTrainer(DependencyParserConfig manager) | |
| DeterministicParser(DependencyParserConfig manager) | |
| Oracle(DependencyParserConfig manager,
             GuideUserHistory history) | |
| Parser(DependencyParserConfig manager)Creates a parser | |
| Trainer(DependencyParserConfig manager)Creates a parser trainer | |
| Uses of DependencyParserConfig in org.maltparser.parser.algorithm.covington | 
|---|
| Fields in org.maltparser.parser.algorithm.covington declared as DependencyParserConfig | |
|---|---|
| protected  DependencyParserConfig | CovingtonFactory.manager | 
| Methods in org.maltparser.parser.algorithm.covington that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | CovingtonFactory.getManager() | 
| Methods in org.maltparser.parser.algorithm.covington with parameters of type DependencyParserConfig | |
|---|---|
|  void | CovingtonFactory.setManager(DependencyParserConfig manager) | 
| Constructors in org.maltparser.parser.algorithm.covington with parameters of type DependencyParserConfig | |
|---|---|
| CovingtonOracle(DependencyParserConfig manager,
                               GuideUserHistory history) | |
| Uses of DependencyParserConfig in org.maltparser.parser.algorithm.nivre | 
|---|
| Fields in org.maltparser.parser.algorithm.nivre declared as DependencyParserConfig | |
|---|---|
| protected  DependencyParserConfig | NivreFactory.manager | 
| Methods in org.maltparser.parser.algorithm.nivre that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | NivreFactory.getManager() | 
| Methods in org.maltparser.parser.algorithm.nivre with parameters of type DependencyParserConfig | |
|---|---|
|  void | NivreFactory.setManager(DependencyParserConfig manager) | 
| Constructors in org.maltparser.parser.algorithm.nivre with parameters of type DependencyParserConfig | |
|---|---|
| ArcEagerOracle(DependencyParserConfig manager,
                             GuideUserHistory history) | |
| ArcStandardOracle(DependencyParserConfig manager,
                                   GuideUserHistory history) | |
| Uses of DependencyParserConfig in org.maltparser.parser.algorithm.planar | 
|---|
| Fields in org.maltparser.parser.algorithm.planar declared as DependencyParserConfig | |
|---|---|
| protected  DependencyParserConfig | PlanarFactory.manager | 
| Methods in org.maltparser.parser.algorithm.planar that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | PlanarFactory.getManager() | 
| Methods in org.maltparser.parser.algorithm.planar with parameters of type DependencyParserConfig | |
|---|---|
|  void | PlanarFactory.setManager(DependencyParserConfig manager) | 
| Constructors in org.maltparser.parser.algorithm.planar with parameters of type DependencyParserConfig | |
|---|---|
| PlanarArcEagerOracle(DependencyParserConfig manager,
                                         GuideUserHistory history) | |
| Uses of DependencyParserConfig in org.maltparser.parser.algorithm.stack | 
|---|
| Fields in org.maltparser.parser.algorithm.stack declared as DependencyParserConfig | |
|---|---|
| protected  DependencyParserConfig | StackFactory.manager | 
| Methods in org.maltparser.parser.algorithm.stack that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | StackFactory.getManager() | 
| Methods in org.maltparser.parser.algorithm.stack with parameters of type DependencyParserConfig | |
|---|---|
|  void | StackFactory.setManager(DependencyParserConfig manager) | 
| Constructors in org.maltparser.parser.algorithm.stack with parameters of type DependencyParserConfig | |
|---|---|
| ProjectiveOracle(DependencyParserConfig manager,
                                 GuideUserHistory history) | |
| SwapEagerOracle(DependencyParserConfig manager,
                               GuideUserHistory history) | |
| SwapLazyOracle(DependencyParserConfig manager,
                             GuideUserHistory history) | |
| Uses of DependencyParserConfig in org.maltparser.parser.algorithm.twoplanar | 
|---|
| Fields in org.maltparser.parser.algorithm.twoplanar declared as DependencyParserConfig | |
|---|---|
| protected  DependencyParserConfig | TwoPlanarFactory.manager | 
| Methods in org.maltparser.parser.algorithm.twoplanar that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | TwoPlanarFactory.getManager() | 
| Methods in org.maltparser.parser.algorithm.twoplanar with parameters of type DependencyParserConfig | |
|---|---|
|  void | TwoPlanarFactory.setManager(DependencyParserConfig manager) | 
| Constructors in org.maltparser.parser.algorithm.twoplanar with parameters of type DependencyParserConfig | |
|---|---|
| TwoPlanarArcEagerOracle(DependencyParserConfig manager,
                                               GuideUserHistory history) | |
| Uses of DependencyParserConfig in org.maltparser.parser.guide | 
|---|
| Methods in org.maltparser.parser.guide that return DependencyParserConfig | |
|---|---|
|  DependencyParserConfig | SingleGuide.getConfiguration() | 
|  DependencyParserConfig | Guide.getConfiguration() | 
| Methods in org.maltparser.parser.guide with parameters of type DependencyParserConfig | |
|---|---|
| protected  void | SingleGuide.setConfiguration(DependencyParserConfig configuration) | 
| Constructors in org.maltparser.parser.guide with parameters of type DependencyParserConfig | |
|---|---|
| SingleGuide(DependencyParserConfig configuration,
                       GuideHistory history,
                       ClassifierGuide.GuideMode guideMode) | |
| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||