gov.llnl.ontology.text
Class TextUtil
java.lang.Object
gov.llnl.ontology.text.TextUtil
public class TextUtil
- extends Object
A collection of text utilities.
- Author:
- Keith Stevens
Method Summary |
static String |
cleanTerm(String term)
Removes any pucntuation from term and replaces it with the remove
characters with the string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextUtil
public TextUtil()
cleanTerm
public static String cleanTerm(String term)
- Removes any pucntuation from
term
and replaces it with the remove
characters with the string.
Copyright © 2010-2011. All Rights Reserved.