org.hops.og.util
Class og_util.NLPParameters

java.lang.Object
  extended by org.hops.og.util.og_util.NLPParameters
Enclosing class:
og_util

public static class og_util.NLPParameters
extends java.lang.Object


Field Summary
 java.lang.String acro
          city acronim for grammars name
 java.lang.String attrfile
          How to match language attributes and hops attributes
 java.lang.String beLang
          backend language for voice
 java.lang.String city
          city name for language generator
 java.lang.String[] langs
          known language identification Array
 java.lang.String lgpath
          Path used by the LanguageGenerator
 
Constructor Summary
og_util.NLPParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

langs

public java.lang.String[] langs
known language identification Array


attrfile

public java.lang.String attrfile
How to match language attributes and hops attributes


lgpath

public java.lang.String lgpath
Path used by the LanguageGenerator


city

public java.lang.String city
city name for language generator


acro

public java.lang.String acro
city acronim for grammars name


beLang

public java.lang.String beLang
backend language for voice

Constructor Detail

og_util.NLPParameters

public og_util.NLPParameters()