Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brendano/ark-tweet-nlp
/ functions
Functions
232 in github.com/brendano/ark-tweet-nlp
⨍
Functions
232
◇
Types & classes
47
↓ 1 callers
Method
computeCheatingEdgeFeatures
Peek at the modelSentence to see its labels -- for training only! @param sentence @param modelSentence
src/cmu/arktweetnlp/impl/features/FeatureExtractor.java:59
↓ 1 callers
Method
computeEdgeScores
Adds into labelScores
src/cmu/arktweetnlp/impl/Model.java:216
↓ 1 callers
Method
computeGradient
Training-only add-in loglik gradient (direction of higher likelihood)
src/cmu/arktweetnlp/impl/Model.java:254
↓ 1 callers
Method
computeObservationFeatures
(Sentence sentence, ModelSentence modelSentence)
src/cmu/arktweetnlp/impl/features/FeatureExtractor.java:67
↓ 1 callers
Method
convertCoefsToFlat
()
src/cmu/arktweetnlp/impl/Model.java:308
↓ 1 callers
Method
copyCoefsForIntersectingFeatures
Copies coefs from sourceModel into destModel. For observation features, only copies features that exist in both. (Therefore if a feature exists in des
src/cmu/arktweetnlp/impl/Model.java:464
↓ 1 callers
Method
derivativeAt
(double[] flatCoefs)
src/cmu/arktweetnlp/Train.java:138
↓ 1 callers
Method
detectAndSetInputFormat
(String tweetData)
src/cmu/arktweetnlp/RunTagger.java:70
↓ 1 callers
Method
dirDeriv
()
src/cmu/arktweetnlp/impl/OWLQN.java:463
↓ 1 callers
Method
doFeatureDumping
()
src/cmu/arktweetnlp/Train.java:42
↓ 1 callers
Method
doTraining
()
src/cmu/arktweetnlp/Train.java:49
↓ 1 callers
Method
dumpFeatures
()
src/cmu/arktweetnlp/Train.java:78
↓ 1 callers
Method
evaluateSentenceTagging
(Sentence lSent, ModelSentence mSent)
src/cmu/arktweetnlp/RunTagger.java:225
↓ 1 callers
Method
finalizeOptions
()
src/cmu/arktweetnlp/RunTagger.java:376
↓ 1 callers
Method
fixDirSigns
()
src/cmu/arktweetnlp/impl/OWLQN.java:429
↓ 1 callers
Method
getColumn
(double[][] matrix, int col)
src/cmu/arktweetnlp/impl/Model.java:179
↓ 1 callers
Method
getMetaphone
()
src/cmu/arktweetnlp/impl/features/MetaphoneFeatures.java:18
↓ 1 callers
Method
getNextPoint
(double alpha)
src/cmu/arktweetnlp/impl/OWLQN.java:490
↓ 1 callers
Function
i
()
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:116
↓ 1 callers
Method
inferPosteriorForUnknownLabels
This needs forward-backward I think @return dim: (T x K) posterior marginals at each position
src/cmu/arktweetnlp/impl/Model.java:128
↓ 1 callers
Method
initDict
(String dict)
src/cmu/arktweetnlp/impl/features/WordListFeatures.java:96
↓ 1 callers
Method
initializeFeatureExtractors
()
src/cmu/arktweetnlp/impl/features/FeatureExtractor.java:143
↓ 1 callers
Method
instance
()
src/cmu/arktweetnlp/impl/features/TagDictionary.java:25
↓ 1 callers
Method
isJson
(String isThisJson)
src/cmu/arktweetnlp/io/JsonTweetReader.java:50
↓ 1 callers
Method
loadData
()
src/cmu/arktweetnlp/impl/features/TagDictionary.java:29
↓ 1 callers
Method
lockdownAfterFeatureExtraction
()
src/cmu/arktweetnlp/impl/Model.java:55
↓ 1 callers
Function
ma
()
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:16
↓ 1 callers
Method
makeSteepestDescDir
()
src/cmu/arktweetnlp/impl/OWLQN.java:400
↓ 1 callers
Method
mapDirByInverseHessian
()
src/cmu/arktweetnlp/impl/OWLQN.java:373
↓ 1 callers
Method
minimize
(DiffFunction function, double[] initial, double l1weight, double tol, int m)
src/cmu/arktweetnlp/impl/OWLQN.java:148
↓ 1 callers
Method
normalizeTextForTagger
Twitter text comes HTML-escaped, so unescape it. We also first unescape &'s, in case the text has been buggily double-escaped.
src/cmu/arktweetnlp/Twokenize.java:319
↓ 1 callers
Method
normalizecap
(List<String> toks)
src/cmu/arktweetnlp/impl/features/FeatureUtil.java:51
↓ 1 callers
Method
openFileToWriteUTF8
(String file)
src/cmu/arktweetnlp/util/BasicFileIO.java:78
↓ 1 callers
Method
optimizationLoop
()
src/cmu/arktweetnlp/Train.java:104
↓ 1 callers
Method
outputPrependedTagging
assume mSent's labels hold the tagging. @param lSent @param mSent @param inputLine -- assume does NOT have trailing newline. (default from java's re
src/cmu/arktweetnlp/RunTagger.java:268
↓ 1 callers
Method
p
(Object x)
src/cmu/arktweetnlp/util/Util.java:10
↓ 1 callers
Method
printWeights
()
src/cmu/arktweetnlp/impl/OWLQN.java:101
↓ 1 callers
Method
readWarmStartModel
()
src/cmu/arktweetnlp/Train.java:98
↓ 1 callers
Method
regularizerValue
lambda_2 (1/2) sum (beta_j)^2 + lambda_1 sum |beta_j| our OWLQN seems to only want the first term
src/cmu/arktweetnlp/Train.java:162
↓ 1 callers
Method
runTagger
()
src/cmu/arktweetnlp/RunTagger.java:81
↓ 1 callers
Method
runTaggerInEvalMode
()
src/cmu/arktweetnlp/RunTagger.java:158
↓ 1 callers
Method
saveModelAsText
(String outputFilename)
src/cmu/arktweetnlp/impl/Model.java:383
↓ 1 callers
Method
setMaxIters
(int maxIters)
src/cmu/arktweetnlp/impl/OWLQN.java:222
↓ 1 callers
Method
setQuiet
(boolean q)
src/cmu/arktweetnlp/impl/OWLQN.java:126
↓ 1 callers
Method
setWeightsPrinting
Specify a callback for printing the weights after each iteration of optimization.
src/cmu/arktweetnlp/impl/OWLQN.java:234
↓ 1 callers
Method
simpleTokenize
(String text)
src/cmu/arktweetnlp/Twokenize.java:214
↓ 1 callers
Method
splitEdgePunct
(String input)
src/cmu/arktweetnlp/Twokenize.java:199
↓ 1 callers
Method
squeezeWhitespace
"foo bar " => "foo bar"
src/cmu/arktweetnlp/Twokenize.java:293
↓ 1 callers
Method
tokenize
Assume 'text' has no HTML escaping.
src/cmu/arktweetnlp/Twokenize.java:310
↓ 1 callers
Method
tokenizeAndTag
Run the tokenizer and tagger on one tweet's text.
src/cmu/arktweetnlp/Tagger.java:56
↓ 1 callers
Method
updateDir
()
src/cmu/arktweetnlp/impl/OWLQN.java:442
↓ 1 callers
Method
valueAt
(double[] flatCoefs)
src/cmu/arktweetnlp/Train.java:128
↓ 1 callers
Method
viterbiDecode
vit[t][k] is the max probability such that the sequence from 0 to t has token t labeled with tag k. (0<=t<T) bptr[t][k] gives the max prob. tag of
src/cmu/arktweetnlp/impl/Model.java:139
↓ 1 callers
Method
viterbiEdgeScores
@return dim T array s.t. labelScores[t]+=score of label prior followed by label t
src/cmu/arktweetnlp/impl/Model.java:224
↓ 1 callers
Function
w
()
data/twpos-annotator-v0.1/lib/jquery-ui-1.8.6.custom.min.js:441
↓ 1 callers
Method
wordsInCluster
()
src/cmu/arktweetnlp/RunTagger.java:442
Function
Da
(a)
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:60
Function
Ea
(a)
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:60
Method
FeatureExtractor
(Model model, boolean isTrainingTime)
src/cmu/arktweetnlp/impl/features/FeatureExtractor.java:26
Method
JsonTweetReader
()
src/cmu/arktweetnlp/io/JsonTweetReader.java:19
Function
K
()
data/twpos-annotator-v0.1/lib/jquery-ui-1.8.6.custom.min.js:475
Method
Listofnames
(String str)
src/cmu/arktweetnlp/impl/features/WordListFeatures.java:62
Function
Ma
(a,b,d)
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:100
Method
MetaphoneNum
(String str)
src/cmu/arktweetnlp/impl/features/MetaphoneFeatures.java:32
Method
Model
()
src/cmu/arktweetnlp/impl/Model.java:43
Method
ModelSentence
(int T)
src/cmu/arktweetnlp/impl/ModelSentence.java:34
Method
NgramPrefix
(int i)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:197
Method
NgramSuffix
(int i)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:215
Method
OWLQN
(boolean quiet)
src/cmu/arktweetnlp/impl/OWLQN.java:107
Method
OptimizerState
(DiffFunction f, double[] init, int m, double l1weight, boolean quiet)
src/cmu/arktweetnlp/impl/OWLQN.java:631
Method
Pair
(T1 x, T2 y)
src/cmu/arktweetnlp/Twokenize.java:210
Method
PositionFeaturePairs
()
src/cmu/arktweetnlp/impl/features/FeatureExtractor.java:120
Function
Qa
(a,b)
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:16
Method
RelativeMeanImprovementCriterion
()
src/cmu/arktweetnlp/impl/OWLQN.java:62
Method
RunTagger
()
src/cmu/arktweetnlp/RunTagger.java:66
Method
Sentence
()
src/cmu/arktweetnlp/impl/Sentence.java:15
Method
ThreewiseMultiply
(double[] a, double[] b, double[] c)
src/cmu/arktweetnlp/impl/Model.java:240
Method
Train
()
src/cmu/arktweetnlp/Train.java:36
Method
Vocabulary
()
src/cmu/arktweetnlp/impl/Vocabulary.java:15
Method
WordClusterPaths
()
src/cmu/arktweetnlp/impl/features/WordClusterPaths.java:25
Function
Y
()
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:17
Function
Z
()
data/twpos-annotator-v0.1/lib/jquery-1.4.2.min.js:17
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:14
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:26
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:40
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:53
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:65
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:81
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:125
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:159
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:172
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:200
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:218
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MiscFeatures.java:234
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/MetaphoneFeatures.java:47
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/WordListFeatures.java:20
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/WordListFeatures.java:66
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/WordListFeatures.java:78
Method
addFeatures
(List<String> tokens, PositionFeaturePairs pairs)
src/cmu/arktweetnlp/impl/features/WordClusterPaths.java:41
Method
closeFileAlreadyRead
(BufferedReader bReader)
src/cmu/arktweetnlp/util/BasicFileIO.java:96
← previous
next →
101–200 of 232, ranked by callers