|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.linguistic.LanguageDetermination
Attempts to determine of the language the user command.
Constructor Summary | |
LanguageDetermination()
Creates a new LanguageDetermination instance |
Method Summary | |
java.lang.String |
determineLanguage(java.util.Vector wordPackages)
Takes a list of words from the user input and attempts to determine the language the command is in. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LanguageDetermination()
Method Detail |
public java.lang.String determineLanguage(java.util.Vector wordPackages)
*NOTE* currently this module is hard-coded to return English
wordPackages
- list of words sent in the user command
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |