ch.uzh.ifi.attempto.acewiki.core
Class MonolingualHandler

java.lang.Object
  extended by ch.uzh.ifi.attempto.acewiki.core.AbstractLanguageHandler
      extended by ch.uzh.ifi.attempto.acewiki.core.MonolingualHandler
All Implemented Interfaces:
LanguageHandler
Direct Known Subclasses:
ACEHandler

public abstract class MonolingualHandler
extends AbstractLanguageHandler

This is a partial implementation of a monolingual language handler.

Author:
Tobias Kuhn

Constructor Summary
MonolingualHandler()
           
 
Method Summary
 java.lang.String getLanguage()
          Returns the language of this language handler.
 
Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.AbstractLanguageHandler
getLexiconChanger, getSuggestion, setLexiconChanger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.uzh.ifi.attempto.acewiki.core.LanguageHandler
extractSentences, getEditorController, getPredictiveParser, getTextOperator, init
 

Constructor Detail

MonolingualHandler

public MonolingualHandler()
Method Detail

getLanguage

public final java.lang.String getLanguage()
Description copied from interface: LanguageHandler
Returns the language of this language handler. Null can be returned for monolingual engines.

Returns:
The name of the language or null.


Copyright 2008-2012, AceWiki developers