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

A

add(int, String) - Method in class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
add(int, String, double) - Method in class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in interface cmu.arktweetnlp.impl.features.FeatureExtractor.FeatureExtractorInterface
Input: sentence Output: labelIndexes, featureIDs/Values through positionFeaturePairs We want to yield a sequence of (t, featID, featValue) pairs, to be conjuncted against label IDs at position t.
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MetaphoneFeatures.MetaphoneLexical
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.CapitalizationFeatures
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.Next2Words
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.NextWord
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.NgramPrefix
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.NgramSuffix
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.Positions
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.Prev2Words
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.PrevNext
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.PrevWord
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.SimpleOrthFeatures
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.URLFeatures
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.MiscFeatures.WordformFeatures
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.WordClusterPaths
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.WordListFeatures.Listofnames
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.WordListFeatures.MetaphonePOSDict
 
addFeatures(List<String>, FeatureExtractor.PositionFeaturePairs) - Method in class cmu.arktweetnlp.impl.features.WordListFeatures.POSTagDict
 
allocateCoefs(int, int) - Method in class cmu.arktweetnlp.impl.Model
 

B

BasicFileIO - Class in cmu.arktweetnlp.util
 
BasicFileIO() - Constructor for class cmu.arktweetnlp.util.BasicFileIO
 
biasCoefs - Variable in class cmu.arktweetnlp.impl.Model
dim: N_labels
biasParameters - Static variable in class cmu.arktweetnlp.impl.OWLQN
 

C

closeFileAlreadyRead(BufferedReader) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
closeFileAlreadyWritten(BufferedWriter) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
clusterResourceName - Static variable in class cmu.arktweetnlp.impl.features.WordClusterPaths
TODO this should be moved into config somehow
cmu.arktweetnlp - package cmu.arktweetnlp
The top-level of this package contains classes of interest to users of TweetNLP.
cmu.arktweetnlp.impl - package cmu.arktweetnlp.impl
Implementation of the POS tagger.
cmu.arktweetnlp.impl.features - package cmu.arktweetnlp.impl.features
 
cmu.arktweetnlp.io - package cmu.arktweetnlp.io
 
cmu.arktweetnlp.util - package cmu.arktweetnlp.util
 
computeBiasScores(double[]) - Method in class cmu.arktweetnlp.impl.Model
Adds into labelScores
computeEdgeScores(int, ModelSentence, double[]) - Method in class cmu.arktweetnlp.impl.Model
Adds into labelScores
computeFeatures(Sentence, ModelSentence) - Method in class cmu.arktweetnlp.impl.features.FeatureExtractor
Does feature extraction on one sentence.
computeGradient(ModelSentence, double[]) - Method in class cmu.arktweetnlp.impl.Model
Training-only add-in loglik gradient (direction of higher likelihood)
computeLabelScores(int, ModelSentence, double[]) - Method in class cmu.arktweetnlp.impl.Model
Computes unnormalized log-potentials.
computeLogLik(ModelSentence) - Method in class cmu.arktweetnlp.impl.Model
 
computeObservedFeatureScores(int, ModelSentence, double[]) - Method in class cmu.arktweetnlp.impl.Model
Adds into labelScores
computeVitLabelScores(int, int, ModelSentence, double[]) - Method in class cmu.arktweetnlp.impl.Model
 
confidences - Variable in class cmu.arktweetnlp.impl.ModelSentence
 
CoNLLReader - Class in cmu.arktweetnlp.io
Read a simplified version of the CoNLL format.
CoNLLReader() - Constructor for class cmu.arktweetnlp.io.CoNLLReader
 
constructLabelVocab() - Method in class cmu.arktweetnlp.Train
 
contains(String) - Method in class cmu.arktweetnlp.impl.Vocabulary
 
convertCoefsToFlat() - Method in class cmu.arktweetnlp.impl.Model
 
copyCoefsForIntersectingFeatures(Model, Model) - Static method in class cmu.arktweetnlp.impl.Model
Copies coefs from sourceModel into destModel.

D

decoder - Variable in class cmu.arktweetnlp.RunTagger
 
detectAndSetInputFormat(String) - Method in class cmu.arktweetnlp.RunTagger
 
die(String) - Static method in class cmu.arktweetnlp.RunTagger
 
doFeatureDumping() - Method in class cmu.arktweetnlp.Train
 
doTraining() - Method in class cmu.arktweetnlp.Train
 
dumpFeatures - Variable in class cmu.arktweetnlp.Train
 
dumpFeatures() - Method in class cmu.arktweetnlp.Train
 
dumpMode - Variable in class cmu.arktweetnlp.impl.features.FeatureExtractor
 

E

edgeCoefs - Variable in class cmu.arktweetnlp.impl.Model
dim: (N_labels+1 x N_labels)
edgeFeatures - Variable in class cmu.arktweetnlp.impl.ModelSentence
Runtime observed, Trainingtime observed (for MEMM).
Email - Static variable in class cmu.arktweetnlp.Twokenize
 
emoticon - Static variable in class cmu.arktweetnlp.Twokenize
 
evaluateSentenceTagging(Sentence, ModelSentence) - Method in class cmu.arktweetnlp.RunTagger
 
examplesFilename - Variable in class cmu.arktweetnlp.Train
 
extractFeatures() - Method in class cmu.arktweetnlp.Train
 

F

FeatureExtractor - Class in cmu.arktweetnlp.impl.features
Extracts features and numberizes them Also numberizes other things if necessary (e.g.
FeatureExtractor(Model, boolean) - Constructor for class cmu.arktweetnlp.impl.features.FeatureExtractor
 
featureExtractor - Variable in class cmu.arktweetnlp.Tagger
 
FeatureExtractor.FeatureExtractorInterface - Interface in cmu.arktweetnlp.impl.features
 
FeatureExtractor.PositionFeaturePairs - Class in cmu.arktweetnlp.impl.features
 
FeatureExtractor.PositionFeaturePairs() - Constructor for class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
featureNames - Variable in class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
FeatureUtil - Class in cmu.arktweetnlp.impl.features
String normalizations and other shared utilities for feature computation.
FeatureUtil() - Constructor for class cmu.arktweetnlp.impl.features.FeatureUtil
 
featureValues - Variable in class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
featureVocab - Variable in class cmu.arktweetnlp.impl.Model
 
finalizeOptions() - Method in class cmu.arktweetnlp.RunTagger
 
flatIDsize() - Method in class cmu.arktweetnlp.impl.Model
 
fuzztoken(String, boolean) - Static method in class cmu.arktweetnlp.impl.features.FeatureUtil
 

G

getDblMetaphone() - Static method in class cmu.arktweetnlp.impl.features.MetaphoneFeatures
 
getLine(BufferedReader) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
getLine(JsonParser) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
getMaxIters() - Method in class cmu.arktweetnlp.impl.OWLQN
 
getMetaphone() - Static method in class cmu.arktweetnlp.impl.features.MetaphoneFeatures
 
getResourceReader(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
Please only use absolute paths, e.g.
getText(String) - Method in class cmu.arktweetnlp.io.JsonTweetReader
Get the text from a raw Tweet JSON string.
goDecode(ModelSentence) - Method in class cmu.arktweetnlp.RunTagger
Runs the correct algorithm (make config option perhaps)
greedyDecode(ModelSentence, boolean) - Method in class cmu.arktweetnlp.impl.Model
THIS CLOBBERS THE LABELS, stores its decoding into them.

H

hasDigit - Variable in class cmu.arktweetnlp.impl.features.MiscFeatures.SimpleOrthFeatures
 

I

inferPosteriorForUnknownLabels(ModelSentence) - Method in class cmu.arktweetnlp.impl.Model
This needs forward-backward I think
inferPosteriorGivenLabels(ModelSentence) - Method in class cmu.arktweetnlp.impl.Model
"given labels" i.e.
instance() - Static method in class cmu.arktweetnlp.impl.features.TagDictionary
 
isConstrained() - Static method in class cmu.arktweetnlp.impl.OWLQN
 
isJson(String) - Method in class cmu.arktweetnlp.io.JsonTweetReader
 
isLocked() - Method in class cmu.arktweetnlp.impl.Vocabulary
 
isTrainingTime - Variable in class cmu.arktweetnlp.impl.features.FeatureExtractor
 

J

JsonTweetReader - Class in cmu.arktweetnlp.io
 
JsonTweetReader() - Constructor for class cmu.arktweetnlp.io.JsonTweetReader
 
justbase - Static variable in class cmu.arktweetnlp.impl.features.FeatureUtil
 
justTokenize - Variable in class cmu.arktweetnlp.RunTagger
 

L

l1penalty - Variable in class cmu.arktweetnlp.Train
 
l2penalty - Variable in class cmu.arktweetnlp.Train
 
labelIndexes - Variable in class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
labels - Variable in class cmu.arktweetnlp.impl.ModelSentence
Runtime inferred, Trainingtime observed.
labels - Variable in class cmu.arktweetnlp.impl.Sentence
This is intended to be null for runtime, used only for training
labelVocab - Variable in class cmu.arktweetnlp.impl.Model
 
loadModel(String) - Method in class cmu.arktweetnlp.Tagger
Loads a model from a file.
loadModelFromText(String) - Static method in class cmu.arktweetnlp.impl.Model
 
lock() - Method in class cmu.arktweetnlp.impl.Vocabulary
 
lockdownAfterFeatureExtraction() - Method in class cmu.arktweetnlp.impl.Model
 
log - Static variable in class cmu.arktweetnlp.impl.features.FeatureExtractor
 

M

main(String[]) - Static method in class cmu.arktweetnlp.impl.features.TagDictionary
 
main(String[]) - Static method in class cmu.arktweetnlp.RunTagger
 
main(String[]) - Static method in class cmu.arktweetnlp.Tagger
Illustrate how to load and call the POS tagger.
main(String[]) - Static method in class cmu.arktweetnlp.Train
 
maxIter - Variable in class cmu.arktweetnlp.Train
 
mbrDecode(ModelSentence) - Method in class cmu.arktweetnlp.impl.Model
 
MetaphoneFeatures - Class in cmu.arktweetnlp.impl.features
We should test if these are obsolete yet
MetaphoneFeatures() - Constructor for class cmu.arktweetnlp.impl.features.MetaphoneFeatures
 
MetaphoneFeatures.MetaphoneLexical - Class in cmu.arktweetnlp.impl.features
 
MetaphoneFeatures.MetaphoneLexical() - Constructor for class cmu.arktweetnlp.impl.features.MetaphoneFeatures.MetaphoneLexical
 
minimize(DiffFunction, double[], double, double, int) - Method in class cmu.arktweetnlp.impl.OWLQN
 
MiscFeatures - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures
 
MiscFeatures.CapitalizationFeatures - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.CapitalizationFeatures() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.CapitalizationFeatures
 
MiscFeatures.Next2Words - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.Next2Words() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.Next2Words
 
MiscFeatures.NextWord - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.NextWord() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.NextWord
 
MiscFeatures.NgramPrefix - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.NgramPrefix(int) - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.NgramPrefix
 
MiscFeatures.NgramSuffix - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.NgramSuffix(int) - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.NgramSuffix
 
MiscFeatures.Positions - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.Positions() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.Positions
 
MiscFeatures.Prev2Words - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.Prev2Words() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.Prev2Words
 
MiscFeatures.PrevNext - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.PrevNext() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.PrevNext
 
MiscFeatures.PrevWord - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.PrevWord() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.PrevWord
 
MiscFeatures.SimpleOrthFeatures - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.SimpleOrthFeatures() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.SimpleOrthFeatures
 
MiscFeatures.URLFeatures - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.URLFeatures() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.URLFeatures
 
MiscFeatures.WordformFeatures - Class in cmu.arktweetnlp.impl.features
 
MiscFeatures.WordformFeatures() - Constructor for class cmu.arktweetnlp.impl.features.MiscFeatures.WordformFeatures
 
Model - Class in cmu.arktweetnlp.impl
This contains (1) Feature and label vocabularies (therefore knowledge of numberization) (2) Model coefficients (and knowledge how to flattenize them for LBFGS's sake) (3) Decoding/posterior and gradient computation
Model() - Constructor for class cmu.arktweetnlp.impl.Model
 
model - Variable in class cmu.arktweetnlp.Tagger
 
modelLoadFilename - Variable in class cmu.arktweetnlp.Train
 
modelSaveFilename - Variable in class cmu.arktweetnlp.Train
 
ModelSentence - Class in cmu.arktweetnlp.impl
One sequence structure -- typically, for one sentence This is the model's view of a sentence -- only deals with non-textual numberized versions of everything
ModelSentence(int) - Constructor for class cmu.arktweetnlp.impl.ModelSentence
 

N

name(int) - Method in class cmu.arktweetnlp.impl.Vocabulary
 
noOutput - Variable in class cmu.arktweetnlp.RunTagger
 
normalize(List<String>) - Static method in class cmu.arktweetnlp.impl.features.FeatureUtil
 
normalize(String) - Static method in class cmu.arktweetnlp.impl.features.FeatureUtil
 
normalizecap(List<String>) - Static method in class cmu.arktweetnlp.impl.features.FeatureUtil
 
normalizecap(String) - Static method in class cmu.arktweetnlp.impl.features.FeatureUtil
 
normalizeTextForTagger(String) - Static method in class cmu.arktweetnlp.Twokenize
Twitter text comes HTML-escaped, so unescape it.
num(String) - Method in class cmu.arktweetnlp.impl.Vocabulary
If not locked, an unknown name is added to the vocabulary.
numLabels - Variable in class cmu.arktweetnlp.impl.Model
 
numStrict(String) - Method in class cmu.arktweetnlp.impl.Vocabulary
Throw an error if OOV

O

observationFeatureCoefs - Variable in class cmu.arktweetnlp.impl.Model
dim: (N_base_features x N_labels)
observationFeatures - Variable in class cmu.arktweetnlp.impl.ModelSentence
Runtime observed, Trainingtime observed.
openFileOrResource(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
Try to get a file, if it doesn't exist, backoff to a resource.
openFileToRead(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
openFileToReadUTF8(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
openFileToWrite(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
openFileToWriteUTF8(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
optimizationLoop() - Method in class cmu.arktweetnlp.Train
 
OR(String...) - Static method in class cmu.arktweetnlp.Twokenize
 
outputJustTagging(Sentence, ModelSentence) - Method in class cmu.arktweetnlp.RunTagger
assume mSent's labels hold the tagging.
outputPrependedTagging(Sentence, ModelSentence, boolean, String) - Method in class cmu.arktweetnlp.RunTagger
assume mSent's labels hold the tagging.
OWLQN - Class in cmu.arktweetnlp.impl
Class implementing the Orthant-Wise Limited-memory Quasi-Newton algorithm (OWL-QN).
OWLQN(boolean) - Constructor for class cmu.arktweetnlp.impl.OWLQN
 
OWLQN() - Constructor for class cmu.arktweetnlp.impl.OWLQN
 
OWLQN(OWLQN.TerminationCriterion, boolean) - Constructor for class cmu.arktweetnlp.impl.OWLQN
 
OWLQN.WeightsPrinter - Interface in cmu.arktweetnlp.impl
 

P

p(Object) - Static method in class cmu.arktweetnlp.util.Util
 
p(String[]) - Static method in class cmu.arktweetnlp.util.Util
 
p(double[]) - Static method in class cmu.arktweetnlp.util.Util
 
p(int[]) - Static method in class cmu.arktweetnlp.util.Util
 
p(double[][]) - Static method in class cmu.arktweetnlp.util.Util
 
p(String) - Static method in class cmu.arktweetnlp.util.Util
 
printWeights() - Method in interface cmu.arktweetnlp.impl.OWLQN.WeightsPrinter
 
printWeights() - Method in class cmu.arktweetnlp.Train.MyWeightsPrinter
 
project(double[]) - Static method in class cmu.arktweetnlp.impl.OWLQN
Implementation of the (Michelot 1986) technique for projecting a real vector into the feasible region K defined by the following constraints: - components must sum to 1, and - they must be nonnegative.
projectWeights(double[]) - Static method in class cmu.arktweetnlp.impl.OWLQN
Projects the full weight vector into the feasible region where constrains are operative only on a subset of weights.

R

readFile(String) - Static method in class cmu.arktweetnlp.io.CoNLLReader
 
readSerializedObject(String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
readSerializedObject(InputStream) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
readTrainingSentences(String) - Method in class cmu.arktweetnlp.Train
 
readWarmStartModel() - Method in class cmu.arktweetnlp.Train
 
RunTagger - Class in cmu.arktweetnlp
Commandline interface to run the Twitter POS tagger with a variety of possible input and output formats.
RunTagger() - Constructor for class cmu.arktweetnlp.RunTagger
 
runTagger() - Method in class cmu.arktweetnlp.RunTagger
 
RunTagger.Decoder - Enum in cmu.arktweetnlp
 
runTaggerInEvalMode() - Method in class cmu.arktweetnlp.RunTagger
 

S

saveModelAsText(String) - Method in class cmu.arktweetnlp.impl.Model
 
Sentence - Class in cmu.arktweetnlp.impl
Holds textual and linguistic information for a sentence.
Sentence() - Constructor for class cmu.arktweetnlp.impl.Sentence
 
setCoefsFromFlat(double[]) - Method in class cmu.arktweetnlp.impl.Model
 
setConstrained(boolean) - Static method in class cmu.arktweetnlp.impl.OWLQN
setConstrained(int) - Static method in class cmu.arktweetnlp.impl.OWLQN
Specify that each parameter vector will start with numUnconstrainedWeights; only the remaining weights are subject to the constraints.
setMaxIters(int) - Method in class cmu.arktweetnlp.impl.OWLQN
 
setQuiet(boolean) - Method in class cmu.arktweetnlp.impl.OWLQN
 
setWeightsPrinting(OWLQN.WeightsPrinter) - Method in class cmu.arktweetnlp.impl.OWLQN
Specify a callback for printing the weights after each iteration of optimization.
showConfidence - Variable in class cmu.arktweetnlp.RunTagger
 
size() - Method in class cmu.arktweetnlp.impl.features.FeatureExtractor.PositionFeaturePairs
 
size() - Method in class cmu.arktweetnlp.impl.Vocabulary
 
sp(double[]) - Static method in class cmu.arktweetnlp.util.Util
 
splitEdgePunct(String) - Static method in class cmu.arktweetnlp.Twokenize
 
squeezeWhitespace(String) - Static method in class cmu.arktweetnlp.Twokenize
"foo bar " => "foo bar"
startMarker() - Method in class cmu.arktweetnlp.impl.Model
 

T

T - Variable in class cmu.arktweetnlp.impl.ModelSentence
 
T() - Method in class cmu.arktweetnlp.impl.Sentence
 
tag - Variable in class cmu.arktweetnlp.Tagger.TaggedToken
 
TagDictionary - Class in cmu.arktweetnlp.impl.features
 
TagDictionary() - Constructor for class cmu.arktweetnlp.impl.features.TagDictionary
 
Tagger - Class in cmu.arktweetnlp
Tagger object -- wraps up the entire tagger for easy usage from Java.
Tagger() - Constructor for class cmu.arktweetnlp.Tagger
 
Tagger.TaggedToken - Class in cmu.arktweetnlp
One token and its tag.
Tagger.TaggedToken() - Constructor for class cmu.arktweetnlp.Tagger.TaggedToken
 
ThreewiseMultiply(double[], double[], double[]) - Method in class cmu.arktweetnlp.impl.Model
 
token - Variable in class cmu.arktweetnlp.Tagger.TaggedToken
 
tokenize(String) - Static method in class cmu.arktweetnlp.Twokenize
Assume 'text' has no HTML escaping.
tokenizeAndTag(String) - Method in class cmu.arktweetnlp.Tagger
Run the tokenizer and tagger on one tweet's text.
tokenizeRawTweetText(String) - Static method in class cmu.arktweetnlp.Twokenize
This is intended for raw tweet text -- we do some HTML entity unescaping before running the tagger.
tokens - Variable in class cmu.arktweetnlp.impl.Sentence
 
tol - Variable in class cmu.arktweetnlp.Train
 
toString() - Method in class cmu.arktweetnlp.impl.Sentence
 
toString() - Method in class cmu.arktweetnlp.impl.Vocabulary
 
Train - Class in cmu.arktweetnlp
 
Train.MyWeightsPrinter - Class in cmu.arktweetnlp
 
Train.MyWeightsPrinter() - Constructor for class cmu.arktweetnlp.Train.MyWeightsPrinter
 
Twokenize - Class in cmu.arktweetnlp
Twokenize -- a tokenizer designed for Twitter text in English and some other European languages.
Twokenize() - Constructor for class cmu.arktweetnlp.Twokenize
 

U

URL - Static variable in class cmu.arktweetnlp.impl.features.FeatureUtil
 
url - Static variable in class cmu.arktweetnlp.Twokenize
 
usage() - Static method in class cmu.arktweetnlp.RunTagger
 
usage(String) - Static method in class cmu.arktweetnlp.RunTagger
 
usage() - Static method in class cmu.arktweetnlp.Train
 
Util - Class in cmu.arktweetnlp.util
 
Util() - Constructor for class cmu.arktweetnlp.util.Util
 

V

valueOf(String) - Static method in enum cmu.arktweetnlp.RunTagger.Decoder
Returns the enum constant of this type with the specified name.
values() - Static method in enum cmu.arktweetnlp.RunTagger.Decoder
Returns an array containing the constants of this enum type, in the order they are declared.
viterbiDecode(ModelSentence) - Method in class cmu.arktweetnlp.impl.Model
vit[t][k] is the max probability such that the sequence from 0 to t has token t labeled with tag k.
viterbiEdgeScores(int, ModelSentence, double[]) - Method in class cmu.arktweetnlp.impl.Model
 
Vocabulary - Class in cmu.arktweetnlp.impl
Could scrap this and use ark-regression's version -- that one has CheapStrings

W

WORD_TO_POS - Static variable in class cmu.arktweetnlp.impl.features.TagDictionary
 
WordClusterPaths - Class in cmu.arktweetnlp.impl.features
Brown word clusters: features are path prefixes down the tree.
WordClusterPaths() - Constructor for class cmu.arktweetnlp.impl.features.WordClusterPaths
 
WordListFeatures - Class in cmu.arktweetnlp.impl.features
 
WordListFeatures() - Constructor for class cmu.arktweetnlp.impl.features.WordListFeatures
 
WordListFeatures.Listofnames - Class in cmu.arktweetnlp.impl.features
 
WordListFeatures.Listofnames(String) - Constructor for class cmu.arktweetnlp.impl.features.WordListFeatures.Listofnames
 
WordListFeatures.MetaphonePOSDict - Class in cmu.arktweetnlp.impl.features
 
WordListFeatures.MetaphonePOSDict() - Constructor for class cmu.arktweetnlp.impl.features.WordListFeatures.MetaphonePOSDict
 
WordListFeatures.POSTagDict - Class in cmu.arktweetnlp.impl.features
 
WordListFeatures.POSTagDict() - Constructor for class cmu.arktweetnlp.impl.features.WordListFeatures.POSTagDict
 
wordsInCluster() - Static method in class cmu.arktweetnlp.RunTagger
 
wordToPath - Static variable in class cmu.arktweetnlp.impl.features.WordClusterPaths
 
writeLine(BufferedWriter, String) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
writeSerializedObject(String, Object) - Static method in class cmu.arktweetnlp.util.BasicFileIO
 
A B C D E F G H I J L M N O P R S T U V W