public class DeUnicoder extends IndependentMapper<String>
| Constructor and Description |
|---|
DeUnicoder()
Constructs a new
DeUnicoder object. |
| Modifier and Type | Method and Description |
|---|---|
String |
doMap(String sent)
Remove strange characters.
|
static void |
main(String[] args)
Applies the
DeUnicoder mapper to each line in standard input
and prints the result. |
doMappublic String doMap(String sent)
doMap in class IndependentMapper<String>public static void main(String[] args) throws IOException
DeUnicoder mapper to each line in standard input
and prints the result.args - IOExceptionCopyright © 2010-2013 University of Washington CSE. All Rights Reserved.