public class LemmatizerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static LemmatizerPlugin |
loadPlugin(String pluginName)
This method loads the plugin for the language identifier and
calls the init method with the configFile as a parameter.
|
public static LemmatizerPlugin loadPlugin(String pluginName) throws IndexException
pluginName - The name of the plugin to be loaded.
The plugin must implement the
interface LanguageIdPlugin.IndexException - The IndexException is thrown in case the class
can not be loaded or initialized.Copyright © 2014. All Rights Reserved.