de.unima.ki.mmatch.descriptions
Class Text

java.lang.Object
  extended by de.unima.ki.mmatch.descriptions.Term
      extended by de.unima.ki.mmatch.descriptions.Text

public class Text
extends Term


Constructor Summary
Text(java.lang.String content, boolean[] delimiter)
          Create a new term for a concept.
Text(java.lang.String content, boolean[] delimiter, boolean property)
          Create a new term for a property.
 
Method Summary
 
Methods inherited from class de.unima.ki.mmatch.descriptions.Term
getHeadNounIndex, getNormalizedTokens, getNumberOfTokens, getNumberOfTokensWithoutSpecialTokens, getTokens, getTokensWithoutSpecialTokens, getTokensWithoutSpecialTokensNormalizedOrNot, setDelimiter, tokensToString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text(java.lang.String content,
            boolean[] delimiter)
     throws MMatchException
Create a new term for a concept.

Parameters:
content -
delimiter -
Throws:
MMatchException

Text

public Text(java.lang.String content,
            boolean[] delimiter,
            boolean property)
     throws MMatchException
Create a new term for a property.

Parameters:
content -
delimiter -
property -
Throws:
MMatchException