edu.umd.cloud9.example.translation
Class TransProbMapper

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<LongWritable,Text,PairOfStrings,FloatWritable>
      extended by edu.umd.cloud9.example.translation.TransProbMapper

public class TransProbMapper
extends Mapper<LongWritable,Text,PairOfStrings,FloatWritable>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context
 
Constructor Summary
TransProbMapper()
           
 
Method Summary
 void map(LongWritable key, Text value, Mapper.Context context)
           
 
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransProbMapper

public TransProbMapper()
Method Detail

map

public void map(LongWritable key,
                Text value,
                Mapper.Context context)
         throws IOException,
                InterruptedException
Overrides:
map in class Mapper<LongWritable,Text,PairOfStrings,FloatWritable>
Throws:
IOException
InterruptedException