| CandidatePhrase |
|
| ConstantsAndVariables |
|
| ConstantsAndVariables.DataSentsIterator |
|
| ConstantsAndVariables.ScorePhraseMeasures |
|
| Data |
|
| DataInstance |
It's a list of Corelabels for SurfacePattern, Dependency parse for DepPattern etc
Created by sonalg on 11/1/14.
|
| EditDistanceDamerauLevenshteinLike |
COPIED FROM https://gist.github.com/steveash (public domain license)
Implementation of the OSA (optimal string alignment) which is similar
to the Damerau-Levenshtein in that it allows for transpositions to
count as a single edit distance, but is not a true metric and can
over-estimate the cost because it disallows substrings to edited more than
once.
|
| GetPatternsFromDataMultiClass<E extends Pattern> |
Given text and a seed list, this class gives more words like the seed words
by learning surface word or dependency patterns.
|
| GetPatternsFromDataMultiClass.Flags |
|
| GetPatternsFromDataMultiClass.LabelWithSeedWords |
Warning: sets labels of words that are not in the given seed set as O!!!
|
| InvertedIndexByTokens<E extends Pattern> |
Creates an inverted index of (classkey:value) => {sentid1,sentid2,..
|
| Pattern |
An abstract class to represent a Pattern.
|
| PatternFactory |
Created by sonalg on 10/27/14.
|
| PatternsAnnotations |
|
| PatternsAnnotations.Features |
|
| PatternsAnnotations.LongestMatchedPhraseForEachLabel |
For each label, what was the longest phrase that matched.
|
| PatternsAnnotations.MatchedPattern |
|
| PatternsAnnotations.MatchedPatterns |
|
| PatternsAnnotations.MatchedPhrases |
All matched phrases - can be from multiple labels
|
| PatternsAnnotations.OtherSemanticLabel |
|
| PatternsAnnotations.PatternHumanLabel1 |
|
| PatternsAnnotations.PatternHumanLabel10 |
|
| PatternsAnnotations.PatternHumanLabel2 |
|
| PatternsAnnotations.PatternHumanLabel3 |
|
| PatternsAnnotations.PatternHumanLabel4 |
|
| PatternsAnnotations.PatternHumanLabel5 |
|
| PatternsAnnotations.PatternHumanLabel6 |
|
| PatternsAnnotations.PatternHumanLabel7 |
|
| PatternsAnnotations.PatternHumanLabel8 |
|
| PatternsAnnotations.PatternHumanLabel9 |
|
| PatternsAnnotations.PatternLabel1 |
|
| PatternsAnnotations.PatternLabel10 |
|
| PatternsAnnotations.PatternLabel2 |
|
| PatternsAnnotations.PatternLabel3 |
|
| PatternsAnnotations.PatternLabel4 |
|
| PatternsAnnotations.PatternLabel5 |
|
| PatternsAnnotations.PatternLabel6 |
|
| PatternsAnnotations.PatternLabel7 |
|
| PatternsAnnotations.PatternLabel8 |
|
| PatternsAnnotations.PatternLabel9 |
|
| PatternsAnnotations.ProcessedTextAnnotation |
|
| PatternsAnnotations.SeedLabeledOrNot |
|
| PhraseScorer<E extends Pattern> |
|
| ScorePatterns<E> |
|
| ScorePatternsFreqBased<E> |
|
| ScorePatternsRatioModifiedFreq<E> |
|
| ScorePhrases<E extends Pattern> |
|
| ScorePhrasesAverageFeatures<E extends Pattern> |
Score phrases by averaging scores of individual features.
|
| SentenceIndex<E extends Pattern> |
Created by sonalg on 10/15/14.
|
| SQLConnection |
Created by sonalg on 10/8/14.
|