| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Algorithm | |
|---|---|
| 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 | |
| Uses of Algorithm in org.maltparser.parser | 
|---|
| Subclasses of Algorithm in org.maltparser.parser | |
|---|---|
|  class | BatchTrainer | 
|  class | DeterministicParser | 
|  class | Parser | 
|  class | Trainer | 
| Fields in org.maltparser.parser declared as Algorithm | |
|---|---|
| protected  Algorithm | SingleMalt.parsingAlgorithm | 
| Methods in org.maltparser.parser that return Algorithm | |
|---|---|
|  Algorithm | SingleMalt.getAlgorithm() | 
|  Algorithm | DependencyParserConfig.getAlgorithm() | 
|  Algorithm | ParserState.getAlgorithm() | 
| Methods in org.maltparser.parser with parameters of type Algorithm | |
|---|---|
|  void | ParserState.setAlgorithm(Algorithm algorithm) | 
| Constructors in org.maltparser.parser with parameters of type Algorithm | |
|---|---|
| ParserState(Algorithm algorithm,
                       AbstractParserFactory factory) | |
| ParserState(Algorithm algorithm,
                       AbstractParserFactory factory,
                       int k) | |
| Uses of Algorithm in org.maltparser.parser.algorithm.covington | 
|---|
| Fields in org.maltparser.parser.algorithm.covington declared as Algorithm | |
|---|---|
| protected  Algorithm | CovingtonFactory.algorithm | 
| protected  Algorithm | CovingtonAddressFunction.parsingAlgorithm | 
| Methods in org.maltparser.parser.algorithm.covington that return Algorithm | |
|---|---|
|  Algorithm | CovingtonFactory.getAlgorithm() | 
|  Algorithm | CovingtonAddressFunction.getParsingAlgorithm() | 
| Methods in org.maltparser.parser.algorithm.covington with parameters of type Algorithm | |
|---|---|
|  void | CovingtonAddressFunction.setAlgorithm(Algorithm parsingAlgorithm) | 
|  void | CovingtonFactory.setAlgorithm(Algorithm algorithm) | 
| Constructors in org.maltparser.parser.algorithm.covington with parameters of type Algorithm | |
|---|---|
| CovingtonAddressFunction(String subFunctionName,
                                                 Algorithm parsingAlgorithm) | |
| CovingtonFactory(Algorithm algorithm) | |
| CovingtonNonProjFactory(Algorithm algorithm) | |
| CovingtonProjFactory(Algorithm algorithm) | |
| Uses of Algorithm in org.maltparser.parser.algorithm.nivre | 
|---|
| Fields in org.maltparser.parser.algorithm.nivre declared as Algorithm | |
|---|---|
| protected  Algorithm | NivreFactory.algorithm | 
| protected  Algorithm | NivreAddressFunction.parsingAlgorithm | 
| Methods in org.maltparser.parser.algorithm.nivre that return Algorithm | |
|---|---|
|  Algorithm | NivreFactory.getAlgorithm() | 
|  Algorithm | NivreAddressFunction.getParsingAlgorithm() | 
| Methods in org.maltparser.parser.algorithm.nivre with parameters of type Algorithm | |
|---|---|
|  void | NivreFactory.setAlgorithm(Algorithm algorithm) | 
|  void | NivreAddressFunction.setAlgorithm(Algorithm parsingAlgorithm) | 
| Constructors in org.maltparser.parser.algorithm.nivre with parameters of type Algorithm | |
|---|---|
| NivreAddressFunction(String subFunctionName,
                                         Algorithm parsingAlgorithm) | |
| NivreArcEagerFactory(Algorithm algorithm) | |
| NivreArcStandardFactory(Algorithm algorithm) | |
| NivreFactory(Algorithm algorithm) | |
| Uses of Algorithm in org.maltparser.parser.algorithm.planar | 
|---|
| Fields in org.maltparser.parser.algorithm.planar declared as Algorithm | |
|---|---|
| protected  Algorithm | PlanarFactory.algorithm | 
| protected  Algorithm | PlanarAddressFunction.parsingAlgorithm | 
| Methods in org.maltparser.parser.algorithm.planar that return Algorithm | |
|---|---|
|  Algorithm | PlanarFactory.getAlgorithm() | 
|  Algorithm | PlanarAddressFunction.getParsingAlgorithm() | 
| Methods in org.maltparser.parser.algorithm.planar with parameters of type Algorithm | |
|---|---|
|  void | PlanarAddressFunction.setAlgorithm(Algorithm parsingAlgorithm) | 
|  void | PlanarFactory.setAlgorithm(Algorithm algorithm) | 
| Constructors in org.maltparser.parser.algorithm.planar with parameters of type Algorithm | |
|---|---|
| NivrePlanarArcEagerFactory(Algorithm algorithm) | |
| PlanarAddressFunction(String subFunctionName,
                                           Algorithm parsingAlgorithm) | |
| PlanarFactory(Algorithm algorithm) | |
| Uses of Algorithm in org.maltparser.parser.algorithm.stack | 
|---|
| Fields in org.maltparser.parser.algorithm.stack declared as Algorithm | |
|---|---|
| protected  Algorithm | StackFactory.algorithm | 
| protected  Algorithm | StackAddressFunction.parsingAlgorithm | 
| Methods in org.maltparser.parser.algorithm.stack that return Algorithm | |
|---|---|
|  Algorithm | StackFactory.getAlgorithm() | 
|  Algorithm | StackAddressFunction.getParsingAlgorithm() | 
| Methods in org.maltparser.parser.algorithm.stack with parameters of type Algorithm | |
|---|---|
|  void | StackFactory.setAlgorithm(Algorithm algorithm) | 
|  void | StackAddressFunction.setAlgorithm(Algorithm parsingAlgorithm) | 
| Constructors in org.maltparser.parser.algorithm.stack with parameters of type Algorithm | |
|---|---|
| StackAddressFunction(String subFunctionName,
                                         Algorithm parsingAlgorithm) | |
| StackFactory(Algorithm algorithm) | |
| StackProjFactory(Algorithm algorithm) | |
| StackSwapEagerFactory(Algorithm algorithm) | |
| StackSwapLazyFactory(Algorithm algorithm) | |
| Uses of Algorithm in org.maltparser.parser.algorithm.twoplanar | 
|---|
| Fields in org.maltparser.parser.algorithm.twoplanar declared as Algorithm | |
|---|---|
| protected  Algorithm | TwoPlanarFactory.algorithm | 
| protected  Algorithm | TwoPlanarAddressFunction.parsingAlgorithm | 
| Methods in org.maltparser.parser.algorithm.twoplanar that return Algorithm | |
|---|---|
|  Algorithm | TwoPlanarFactory.getAlgorithm() | 
|  Algorithm | TwoPlanarAddressFunction.getParsingAlgorithm() | 
| Methods in org.maltparser.parser.algorithm.twoplanar with parameters of type Algorithm | |
|---|---|
|  void | TwoPlanarAddressFunction.setAlgorithm(Algorithm parsingAlgorithm) | 
|  void | TwoPlanarFactory.setAlgorithm(Algorithm algorithm) | 
| Constructors in org.maltparser.parser.algorithm.twoplanar with parameters of type Algorithm | |
|---|---|
| TwoPlanarAddressFunction(String subFunctionName,
                                                 Algorithm parsingAlgorithm) | |
| TwoPlanarArcEagerFactory(Algorithm algorithm) | |
| TwoPlanarFactory(Algorithm algorithm) | |
| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||