uk.ac.gla.dcs.renaissance.ir.transform
Class Lowercaser

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.ir.transform.Lowercaser
All Implemented Interfaces:
bpiwowar.pipe.Processor<String,String>

public class Lowercaser
extends Object
implements bpiwowar.pipe.Processor<String,String>

Transforms strings into their lowercase version

Author:
Benjamin Piwowarski

Constructor Summary
Lowercaser()
           
 
Method Summary
 String process(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lowercaser

public Lowercaser()
Method Detail

process

public String process(String input)
Specified by:
process in interface bpiwowar.pipe.Processor<String,String>


Copyright © 2011. All Rights Reserved.