de.tudarmstadt.ukp.jwktl.parser.en.components
Class ENEntryFactory

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.entry.EntryFactory
      extended by de.tudarmstadt.ukp.jwktl.parser.en.components.ENEntryFactory

public class ENEntryFactory
extends EntryFactory

A factory creates PosEntry objects


Field Summary
protected static Map<String,PartOfSpeech> posMap
           
 
Constructor Summary
ENEntryFactory()
           
 
Method Summary
 PartOfSpeech findPartOfSpeech(String name)
          Converts the given string into a part of speech enum type.
 
Methods inherited from class de.tudarmstadt.ukp.jwktl.parser.entry.EntryFactory
createEntry, findEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

posMap

protected static final Map<String,PartOfSpeech> posMap
Constructor Detail

ENEntryFactory

public ENEntryFactory()
Method Detail

findPartOfSpeech

public PartOfSpeech findPartOfSpeech(String name)
Description copied from class: EntryFactory
Converts the given string into a part of speech enum type.

Specified by:
findPartOfSpeech in class EntryFactory


Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.