| Package | Description |
|---|---|
| edu.umd.hooka |
| Modifier and Type | Method and Description |
|---|---|
static Phrase |
Phrase.fromString(int lang,
String sentence,
Vocab voc) |
Phrase |
PhrasePair.getE() |
Phrase |
PhrasePair.getF() |
Phrase |
Phrase.getSubPhrase(int start,
int end) |
Phrase |
PhraseReader.readPhrase() |
| Modifier and Type | Method and Description |
|---|---|
float |
Phrase2CountMap.getPhraseCount(Phrase key) |
void |
PhraseExtractAndCount_stripe.PPNormalizingReducer.reduce(Phrase key,
Iterator<Phrase2CountMap> values,
org.apache.hadoop.mapred.OutputCollector<PhrasePair,IndexedFloatArray> output,
org.apache.hadoop.mapred.Reporter reporter) |
void |
PhraseExtractAndCount_stripe.PPCountCombiner.reduce(Phrase key,
Iterator<Phrase2CountMap> values,
org.apache.hadoop.mapred.OutputCollector<Phrase,Phrase2CountMap> output,
org.apache.hadoop.mapred.Reporter reporter) |
void |
PhrasePair.setE(Phrase e) |
void |
PhrasePair.setF(Phrase f) |
void |
Phrase2CountMap.setPhraseCount(Phrase key,
float value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhraseExtractAndCount_stripe.PhrasePairExtractMapper.map(org.apache.hadoop.io.IntWritable key,
PhrasePair value,
org.apache.hadoop.mapred.OutputCollector<Phrase,Phrase2CountMap> output,
org.apache.hadoop.mapred.Reporter reporter) |
void |
PhraseExtractAndCount_stripe.PPCountCombiner.reduce(Phrase key,
Iterator<Phrase2CountMap> values,
org.apache.hadoop.mapred.OutputCollector<Phrase,Phrase2CountMap> output,
org.apache.hadoop.mapred.Reporter reporter) |
| Constructor and Description |
|---|
PhrasePair(Phrase f,
Phrase e) |
PhrasePair(Phrase f,
Phrase e,
Alignment a) |
Copyright © 2015. All rights reserved.