Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

addition(double[]...) - Static method in class org.maochen.nlp.utils.VectorUtils
 
annotate(List<Pair<CoreMap, GrammaticalStructure>>) - Method in class org.maochen.nlp.parser.stanford.coref.CorefAnnotator
 
apply(double, double) - Method in interface org.maochen.nlp.utils.BiFunctionDoublePrimitive
Applies this function to the given arguments.

B

BiFunctionDoublePrimitive - Interface in org.maochen.nlp.utils
Created by Maochen on 5/22/15.

C

calculateChiSquare() - Method in class org.maochen.nlp.test.ChiSquare
 
ChiSquare - Class in org.maochen.nlp.test
Created by Maochen on 8/7/15.
ChiSquare() - Constructor for class org.maochen.nlp.test.ChiSquare
 
chiSquareTable - Variable in class org.maochen.nlp.test.ChiSquare
 
contexts - Variable in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
The integer contexts associated with each unique event.
convertTreebankToCoNLLX(String, FileFilter, String) - Static method in class org.maochen.nlp.parser.StanfordParserUtils
 
convertTreeBankToCoNLLX(String) - Static method in class org.maochen.nlp.parser.StanfordParserUtils
 
CorefAnnotator - Class in org.maochen.nlp.parser.stanford.coref
Implements the Annotator for the new deterministic coreference resolution system.
CorefAnnotator() - Constructor for class org.maochen.nlp.parser.stanford.coref.CorefAnnotator
 

D

dataTable - Variable in class org.maochen.nlp.test.ChiSquare
 
df - Variable in class org.maochen.nlp.test.ChiSquare
 
dotProduct(double[], double[]) - Static method in class org.maochen.nlp.utils.VectorUtils
 
doubleToFloat(double[]) - Static method in class org.maochen.nlp.utils.VectorUtils
 

E

egw4_reut_512_clusters - Static variable in class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 
EMPIRICAL_P_VALUE - Static variable in class org.maochen.nlp.test.ChiSquare
 
EventStream - Interface in org.maochen.nlp.ml.classifier.maxent.eventstream
A object which can deliver a stream of training events for the GIS procedure (or others such as IIS if and when they are implemented).
extra - Static variable in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 
extra - Static variable in class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 

F

FeatureExtractor - Class in org.maochen.nlp.sentencetype
Created by Maochen on 8/5/14.
FeatureExtractor() - Constructor for class org.maochen.nlp.sentencetype.FeatureExtractor
 
floatToDouble(float[]) - Static method in class org.maochen.nlp.utils.VectorUtils
 

G

gaussianPDF(double, double, double) - Static method in class org.maochen.nlp.utils.VectorUtils
 
generate(List<CoreLabel>, Collection<TypedDependency>, List<Label>) - Static method in class org.maochen.nlp.parser.stanford.pcfg.StanfordTreeBuilder
 
generateFeats(String, DTree) - Method in class org.maochen.nlp.sentencetype.FeatureExtractor
 
getCoNLLXString(Collection<TypedDependency>, List<CoreLabel>) - Static method in class org.maochen.nlp.parser.StanfordParserUtils
 
getContexts() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getContexts() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getCoref(List<String>) - Method in class org.maochen.nlp.parser.stanford.coref.StanfordCoref
 
getCorefChain(List<String>) - Method in class org.maochen.nlp.parser.stanford.coref.StanfordCoref
 
getCosinValue(double[], double[]) - Static method in class org.maochen.nlp.utils.VectorUtils
 
getKBestParse(String, int) - Method in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParser
 
getNumEvents() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getNumEvents() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getNumTimesEventsSeen() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getNumTimesEventsSeen() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getOutcomeLabels() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getOutcomeLabels() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getOutcomeList() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getOutcomeList() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getPredCounts() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getPredCounts() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getPredLabels() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getPredLabels() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 
getPValue(double, double) - Static method in class org.maochen.nlp.test.ChiSquare
 
getValues() - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
getValues() - Method in class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 

H

hasNext() - Method in interface org.maochen.nlp.ml.classifier.maxent.eventstream.EventStream
Test whether there are any Events remaining in this EventStream.
hasNext() - Method in class org.maochen.nlp.ml.classifier.maxent.eventstream.StringEventStream
 
hasNext() - Method in class org.maochen.nlp.ml.classifier.maxent.eventstream.TupleEventStream
 

I

index(LinkedList<Event>, Map<String, Integer>) - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
intToString(int[]) - Static method in class org.maochen.nlp.utils.VectorUtils
 
IParser - Interface in org.maochen.nlp.parser
Created by Maochen on 12/8/14.

L

load(String, List<String>) - Method in class org.maochen.nlp.parser.stanford.StanfordParser
 
loadModel(InputStream) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
loadModel(InputStream) - Method in class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
loadTrainingData(List<Tuple>) - Method in class org.maochen.nlp.test.ChiSquare
 

M

main(String[]) - Static method in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 
main(String[]) - Static method in class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 
main(String[]) - Static method in class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
MaxEntClassifier - Class in org.maochen.nlp.ml.classifier.maxent
 
MaxEntClassifier() - Constructor for class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
modelPath - Static variable in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 

N

next() - Method in interface org.maochen.nlp.ml.classifier.maxent.eventstream.EventStream
Returns the next Event object held in this EventStream.
next() - Method in class org.maochen.nlp.ml.classifier.maxent.eventstream.StringEventStream
 
next() - Method in class org.maochen.nlp.ml.classifier.maxent.eventstream.TupleEventStream
 
nndepParser - Variable in class org.maochen.nlp.parser.stanford.nn.StanfordNNDepParser
 
numTimesEventsSeen - Variable in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
The number of times an event occured in the training data.

O

OnePassRealValueDataIndexer - Class in org.maochen.nlp.ml.classifier.maxent
An indexer for maxent model data which handles cutoffs for uncommon contextual predicates and provides a unique integer index for each of the predicates and maintains event values.
OnePassRealValueDataIndexer(EventStream, int, boolean) - Constructor for class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
org.maochen.nlp.ml.classifier.maxent - package org.maochen.nlp.ml.classifier.maxent
 
org.maochen.nlp.ml.classifier.maxent.eventstream - package org.maochen.nlp.ml.classifier.maxent.eventstream
 
org.maochen.nlp.parser - package org.maochen.nlp.parser
 
org.maochen.nlp.parser.stanford - package org.maochen.nlp.parser.stanford
 
org.maochen.nlp.parser.stanford.coref - package org.maochen.nlp.parser.stanford.coref
 
org.maochen.nlp.parser.stanford.nn - package org.maochen.nlp.parser.stanford.nn
 
org.maochen.nlp.parser.stanford.pcfg - package org.maochen.nlp.parser.stanford.pcfg
 
org.maochen.nlp.sentencetype - package org.maochen.nlp.sentencetype
 
org.maochen.nlp.test - package org.maochen.nlp.test
 
org.maochen.nlp.utils - package org.maochen.nlp.utils
 
outcomeLabels - Variable in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
The names of the outcomes.
outcomeList - Variable in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
The integer outcome associated with each unique event.
outputModelPath - Static variable in class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 

P

parse(String) - Method in interface org.maochen.nlp.parser.IParser
 
parse(String) - Method in class org.maochen.nlp.parser.stanford.nn.StanfordNNDepParser
 
parse(String) - Method in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParser
 
parse(String) - Method in class org.maochen.nlp.parser.stanford.StanfordParser
 
parseForCoref(String) - Method in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParser
 
persist(String) - Method in class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
persistModel(String) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
predCounts - Variable in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
The number of times each predicate occured.
predict(String[]) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
predict(Tuple) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
predict(String, DTree) - Method in class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
predict(String) - Method in class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
predLabels - Variable in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
The predicate/context names.
printPTable() - Method in class org.maochen.nlp.test.ChiSquare
 

R

RealValueDataIndexer - Class in org.maochen.nlp.ml.classifier.maxent
Deprecated.
RealValueDataIndexer(List<Tuple>) - Constructor for class org.maochen.nlp.ml.classifier.maxent.RealValueDataIndexer
Deprecated.
 

S

scale(double[], double) - Static method in class org.maochen.nlp.utils.VectorUtils
 
SentenceTypeClassifier - Class in org.maochen.nlp.sentencetype
 
SentenceTypeClassifier() - Constructor for class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
SentenceTypeClassifier(IParser) - Constructor for class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
setParameter(Map<String, String>) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
sigmoid - Static variable in class org.maochen.nlp.utils.VectorUtils
 
sortAndMerge(List<ComparableEvent>, boolean) - Method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
 
StanfordCoref - Class in org.maochen.nlp.parser.stanford.coref
Created by Maochen on 4/14/15.
StanfordCoref(StanfordPCFGParser) - Constructor for class org.maochen.nlp.parser.stanford.coref.StanfordCoref
 
StanfordNNDepParser - Class in org.maochen.nlp.parser.stanford.nn
Created by Maochen on 4/6/15.
StanfordNNDepParser() - Constructor for class org.maochen.nlp.parser.stanford.nn.StanfordNNDepParser
 
StanfordNNDepParser(String, String, List<String>) - Constructor for class org.maochen.nlp.parser.stanford.nn.StanfordNNDepParser
 
StanfordNNParserTrainer - Class in org.maochen.nlp.parser.stanford.nn
Created by Maochen on 4/13/15.
StanfordNNParserTrainer() - Constructor for class org.maochen.nlp.parser.stanford.nn.StanfordNNParserTrainer
 
StanfordParser - Class in org.maochen.nlp.parser.stanford
Created by Maochen on 7/20/15.
StanfordParser() - Constructor for class org.maochen.nlp.parser.stanford.StanfordParser
 
StanfordParserUtils - Class in org.maochen.nlp.parser
Created by Maochen on 4/6/15.
StanfordParserUtils() - Constructor for class org.maochen.nlp.parser.StanfordParserUtils
 
StanfordPCFGParser - Class in org.maochen.nlp.parser.stanford.pcfg
Created by Maochen on 12/8/14.
StanfordPCFGParser() - Constructor for class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParser
 
StanfordPCFGParser(String, String, List<String>) - Constructor for class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParser
 
StanfordPCFGParserTrainer - Class in org.maochen.nlp.parser.stanford.pcfg
Stanford PCFG Parser Trainer.
StanfordPCFGParserTrainer() - Constructor for class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 
StanfordPOSTaggerTrainer - Class in org.maochen.nlp.parser.stanford
Created by Maochen on 4/20/15.
StanfordPOSTaggerTrainer() - Constructor for class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 
stanfordTokenize(String) - Static method in class org.maochen.nlp.parser.stanford.StanfordParser
 
StanfordTreeBuilder - Class in org.maochen.nlp.parser.stanford.pcfg
For the Stanford parse tree.
StanfordTreeBuilder() - Constructor for class org.maochen.nlp.parser.stanford.pcfg.StanfordTreeBuilder
 
StringEventStream - Class in org.maochen.nlp.ml.classifier.maxent.eventstream
Created by Maochen on 12/10/14.
StringEventStream(List<String[]>) - Constructor for class org.maochen.nlp.ml.classifier.maxent.eventstream.StringEventStream
 

T

taggedFiles - Static variable in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 
tagLemma(List<CoreLabel>) - Static method in class org.maochen.nlp.parser.stanford.StanfordParser
 
tagNamedEntity(List<CoreLabel>) - Method in class org.maochen.nlp.parser.stanford.StanfordParser
 
tagPOS(List<CoreLabel>, Tree) - Method in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParser
 
tagPOS(List<CoreLabel>) - Method in class org.maochen.nlp.parser.stanford.StanfordParser
 
tanh - Static variable in class org.maochen.nlp.utils.VectorUtils
 
tempLocation - Static variable in class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 
toIndexedStringArray(Map<String, Integer>) - Static method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
Utility method for creating a String[] array from a map whose keys are labels (Strings) to be stored in the array and whose values are the indices (Integers) at which the corresponding labels should be inserted.
total - Variable in class org.maochen.nlp.test.ChiSquare
 
totalChiSquare - Variable in class org.maochen.nlp.test.ChiSquare
 
totalPVal - Variable in class org.maochen.nlp.test.ChiSquare
 
train(List<Tuple>) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
train(String, String, String, String) - Static method in class org.maochen.nlp.parser.stanford.nn.StanfordNNParserTrainer
 
train() - Static method in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 
train(String) - Method in class org.maochen.nlp.sentencetype.SentenceTypeClassifier
 
trainString(List<String[]>) - Method in class org.maochen.nlp.ml.classifier.maxent.MaxEntClassifier
 
TupleEventStream - Class in org.maochen.nlp.ml.classifier.maxent.eventstream
Created by Maochen on 12/10/14.
TupleEventStream(List<Tuple>) - Constructor for class org.maochen.nlp.ml.classifier.maxent.eventstream.TupleEventStream
 

U

update(String[], Set<String>, Map<String, Integer>, int) - Static method in class org.maochen.nlp.ml.classifier.maxent.OnePassRealValueDataIndexer
Updates the set of predicated and counter with the specified event contexts and cutoff.

V

VectorUtils - Class in org.maochen.nlp.utils
Copyright 2014-2015 maochen.org Author: Maochen.G contact@maochen.org For the detail information about license, check the LICENSE.txt
VectorUtils() - Constructor for class org.maochen.nlp.utils.VectorUtils
 

W

wsj - Static variable in class org.maochen.nlp.parser.stanford.pcfg.StanfordPCFGParserTrainer
 
wsj - Static variable in class org.maochen.nlp.parser.stanford.StanfordPOSTaggerTrainer
 

Z

zip(double[], double[], BiFunctionDoublePrimitive) - Static method in class org.maochen.nlp.utils.VectorUtils
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.