Class WAPO_ExtensionPlugin

java.lang.Object
de.swa.gmaf.plugin.text.extension.WAPO_ExtensionPlugin
All Implemented Interfaces:
FileExtensionPlugin

public class WAPO_ExtensionPlugin
extends java.lang.Object
implements FileExtensionPlugin
implementation of the Washington Post archive-format
  • Constructor Summary

    Constructors 
    Constructor Description
    WAPO_ExtensionPlugin()  
  • Method Summary

    Modifier and Type Method Description
    boolean canProcess​(java.io.File f)
    returns, if a plugin can process a given file
    java.util.Vector<java.io.File> getAdditionalAssets()
    returns a list of additional assets, e.g. embedded images for further processing
    java.util.Vector<java.lang.String> getExtensions()
    returns the list of supported extensions
    java.util.Hashtable<java.lang.String,​java.lang.String> getKeywords()
    returns the hashtable of keywords of a given text
    java.util.Vector<java.lang.String> getSentences()
    returns a vector of sentences as splitted text
    void process()
    processes a the file

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait