edu.umn.cs.nlp.mt.tools
Class ConvertToLowercase

java.lang.Object
  extended by edu.umn.cs.nlp.mt.tools.ConvertToLowercase

public class ConvertToLowercase
extends Object


Constructor Summary
ConvertToLowercase()
           
 
Method Summary
static void convert(Scanner input, Locale locale, PrintStream output)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertToLowercase

public ConvertToLowercase()
Method Detail

convert

public static void convert(Scanner input,
                           Locale locale,
                           PrintStream output)
                    throws IOException
Throws:
IOException

main

public static void main(String[] args)