Package | Description |
---|---|
org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count |
Modifier and Type | Class and Description |
---|---|
class |
TokenPairUnaryCount
A Pair count with a unary count for each item of the pair.
|
Modifier and Type | Method and Description |
---|---|
static IndependentPair<Long,TokenPairCount> |
TokenPairCount.parseTimeTokenID(String string)
Given a string, extract the time and TokenPairCount assuming the format:
time + TokenPairCount#TIMESPLIT +
identifier() |
Modifier and Type | Method and Description |
---|---|
void |
TokenPairCount.add(TokenPairCount that) |
Constructor and Description |
---|
TokenPairUnaryCount(TokenPairCount tpc,
long tok1count,
long tok2count)
same as
TokenPairUnaryCount.TokenPairUnaryCount(String, String, long, long, long) using the values from
the TokenPairCount instance |