Class AbstractDictionary
- java.lang.Object
-
- edu.upf.taln.dri.common.connector.pdfext.localappo.AbstractDictionary
-
public class AbstractDictionary extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>
dictionary
-
Constructor Summary
Constructors Constructor Description AbstractDictionary(int numDict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldValue(String strField)
Gets the value of an entryvoid
loadDictionary(int numDict)
Loads a file with the following format Format of the file: TABLE_CAPTION=table_caption FIGURE_CAPTION=figure TITLE=title TEXT=text ..
-