org.hops.lg.pg
Class lg_util.LG_LD

java.lang.Object
  extended by org.hops.lg.pg.lg_util.LG_LD
Enclosing class:
lg_util

public class lg_util.LG_LD
extends java.lang.Object

Stores the hashmap of concepts, attributes, lexicon, patterns, rules and speechacts for ONE language


Field Summary
 java.util.HashMap attributes
          attributes table, each attribute contain a list of sentences
 java.util.HashMap concepts
          concepts table, each concept contain a list of sentences
 java.lang.String lang
          language id
 java.util.HashMap lexic
          lexicon table, each entry contain a list of sentences
 java.lang.String name
          application name
 java.util.HashMap patterns
          patterns table, each pattern contain a list of pattern form.
 java.util.HashMap rules
          rules table, each rule contain a list of rule form.
 java.util.HashMap speechacts
          speechact table, each speechact contain a list sentence
 java.lang.String version
          version
 
Constructor Summary
lg_util.LG_LD()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

concepts

public java.util.HashMap concepts
concepts table, each concept contain a list of sentences


attributes

public java.util.HashMap attributes
attributes table, each attribute contain a list of sentences


lexic

public java.util.HashMap lexic
lexicon table, each entry contain a list of sentences


patterns

public java.util.HashMap patterns
patterns table, each pattern contain a list of pattern form. Each form is a list of marks


rules

public java.util.HashMap rules
rules table, each rule contain a list of rule form. Each form is a list of marks


speechacts

public java.util.HashMap speechacts
speechact table, each speechact contain a list sentence


name

public java.lang.String name
application name


version

public java.lang.String version
version


lang

public java.lang.String lang
language id

Constructor Detail

lg_util.LG_LD

public lg_util.LG_LD()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object