| Home >> All >> marf >> [ nlp Javadoc ] |
| | marf.nlp.Collocations.* (3) | | marf.nlp.Parsing.* (34) |
| | marf.nlp.Parsing.GrammarCompiler.* (13) | | marf.nlp.Stemming.* (3) |
| | marf.nlp.util.* (1) |
marf.nlp: Javadoc index of package marf.nlp.
Package Samples:
marf.nlp.Parsing
marf.nlp.Parsing.GrammarCompiler
marf.nlp.Stemming
marf.nlp.Collocations
marf.nlp.util
Classes:
Compiler: Compiler Class. (C) 2001-2005 Serguei Mokhov, This class has the main function of the lexical analyzer program which is simply a stub invoking the methods of the lexer. $Id: Compiler.java,v 1.8 2005/06/16 19:58:57 mokhov Exp $
CompilerError: Generic Compiler Error. Normally subclassed to differentiate between various error types like lexical, syntactical, semantic and such. $Id: CompilerError.java,v 1.12 2005/08/13 23:09:39 susan_fan Exp $
Stemming: General Stemmer. Must be subclassed by a language-specific stemmers. If they can't, they must implement IStemming. TODO: implement. $Id: Stemming.java,v 1.11 2005/06/16 19:58:57 mokhov Exp $
TransitionTable: TransitionTable class stores transition table for the main parser. Can be serialized and deserialized as a binary gzipped object. $Id: TransitionTable.java,v 1.11 2005/08/13 23:09:39 susan_fan Exp $
GrammarAnalyzer: GrammarAnalyzer class encapsulates functionality required for lexical analysis of a the grammar definition file. $Id: GrammarAnalyzer.java,v 1.14 2005/06/16 19:58:57 mokhov Exp $
LexicalAnalyzer: LexicalAnalyzer class encapsulates the functionality required for lexical analysis of a C+- source program. $Id: LexicalAnalyzer.java,v 1.10 2005/06/16 19:58:57 mokhov Exp $
GenericLexicalAnalyzer: GenericLexicalAnalyzer Class. (C) 2001-2005 Serguei Mokhov, $Id: GenericLexicalAnalyzer.java,v 1.8 2005/06/16 19:58:57 mokhov Exp $
SemanticError: Class SemanticError. Represents ann instance of a sematic error in the compilation process. $Id: SemanticError.java,v 1.9 2005/08/13 23:09:39 susan_fan Exp $
ProbabilisticGrammarCompiler: Probabilistic Grammar Compiler. TODO: document and refactor. $Id: ProbabilisticGrammarCompiler.java,v 1.14 2005/08/13 23:09:39 susan_fan Exp $
SymTabEntry: This class denotes one entry per user-defined symbol in the Sumbol Table. $Id: SymTabEntry.java,v 1.6 2005/06/16 19:58:57 mokhov Exp $
TokenType: Generic Token Type. Can be subclassed for more specific token types. $Id: TokenType.java,v 1.9 2005/08/13 23:09:39 susan_fan Exp $
GrammarCompiler: GrammarCompiler. Compiles source grammar file and produces TT. $Id: GrammarCompiler.java,v 1.20 2005/08/13 23:09:39 susan_fan Exp $
ProbabilisticGrammarTokenType: Probabilistic Grammar Toke Type. $Id: ProbabilisticGrammarTokenType.java,v 1.10 2005/08/13 23:09:39 susan_fan Exp $
NonTerminal: NonTerminal grammar element. E.g.: <prog>. $Id: NonTerminal.java,v 1.9 2005/08/13 23:09:39 susan_fan Exp $
StemmingEN: English Language Stemmer. TODO: implement. $Id: StemmingEN.java,v 1.10 2005/06/16 19:58:58 mokhov Exp $
ProbabilisticGrammarAnalyzer: Pobabilistic Grammar Analyzer. $Id: ProbabilisticGrammarAnalyzer.java,v 1.13 2005/06/16 19:58:57 mokhov Exp $
SemanticToken: Class SematicToken, for Semantic Analysis. $Id: SemanticToken.java,v 1.9 2005/08/13 23:09:39 susan_fan Exp $
GrammarElement: Generic GrammarToken. Must be subclassed. $Id: GrammarElement.java,v 1.7 2005/06/16 19:58:57 mokhov Exp $
LexicalError: This class denotes LexicalError type. $Id: LexicalError.java,v 1.10 2005/08/13 23:09:39 susan_fan Exp $
NLPException: Class StorageException. $Id: NLPException.java,v 1.3 2005/08/13 23:09:39 susan_fan Exp $
Token: This class denotes a Token data structure. $Id: Token.java,v 1.11 2005/08/13 23:09:39 susan_fan Exp $
ProbabilisticParser: TODO: document and refactor $Id: ProbabilisticParser.java,v 1.26 2005/08/13 23:09:39 susan_fan Exp $
NLPStreamTokenizer: NLP Stream Tokenizer. $Id: NLPStreamTokenizer.java,v 1.12 2005/07/08 20:32:31 mokhov Exp $
SymDataType: User-defined symbol's data type. $Id: SymDataType.java,v 1.6 2005/06/16 19:58:57 mokhov Exp $
IStemming: General Stemming Interface. $Id: IStemming.java,v 1.1 2005/06/12 23:09:37 mokhov Exp $
| Home | Contact Us | Privacy Policy | Terms of Service |