Fido Alpha 3.2

fido.linguistic
Class LanguageDetermination

java.lang.Object
  |
  +--fido.linguistic.LanguageDetermination

public class LanguageDetermination
extends java.lang.Object

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

LanguageDetermination

public LanguageDetermination()
Creates a new LanguageDetermination instance

Method Detail

determineLanguage

public 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.

*NOTE* currently this module is hard-coded to return English

Parameters:
wordPackages - list of words sent in the user command
Returns:
String containing the language

Fido Alpha 3.2