CS 1705 Library

net.sf.webcat
Interface StringNormalizer.NormalizerRule

All Known Implementing Classes:
StringNormalizer.RegexNormalizerRule
Enclosing class:
StringNormalizer

public static interface StringNormalizer.NormalizerRule

This interface defines what it means to be a normalizer rule: an object having an appropriate normalize(String) method.


Method Summary
 String normalize(String content)
          Apply this rule by normalizing the given string.
 

Method Detail

normalize

String normalize(String content)
Apply this rule by normalizing the given string.

Parameters:
content - The string to normalize
Returns:
The normalized result

Last updated: Wed, Apr 1, 2009 • 12:29 AM EDT

Copyright © 2009 Virginia Tech.