The Encog Project

org.encog.nlp.memory
Class Concept

java.lang.Object
  extended by org.encog.nlp.memory.Concept
Direct Known Subclasses:
ConstConcept, VarConcept

public class Concept
extends java.lang.Object

Note: This class is part of the Encog Natural Language Processing(NLP) package. This package is still under heavy construction, and will not be considered stable until Encog 3.0.

Author:
jheaton

Constructor Summary
Concept()
          Creates a new instance of Concept
 
Method Summary
static boolean compareSingle(java.lang.String word1, java.lang.String word2)
           
 long getSerialNumber()
           
 int hashCode()
           
 boolean isEmpty()
           
 Concept makeSolid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concept

public Concept()
Creates a new instance of Concept

Method Detail

getSerialNumber

public long getSerialNumber()

isEmpty

public boolean isEmpty()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareSingle

public static boolean compareSingle(java.lang.String word1,
                                    java.lang.String word2)

makeSolid

public Concept makeSolid()

The Encog Project