Multi-lingual Noun Phrase Extractor (NPE)
website download
NPE NPE is a multi-lingual noun phrase (NP) extraction component developed for the GATE architecture, implemented in JAPE. It currently supports English, German, and French. en-np_main.jape
KAON Ontology
website
KAON2Ontology can be accessed from http://gate.ac.uk/sale/gateplugins/kaon2. In order to use it from GATE, user should register the above URL as a creole repository. (i.e. If using it from GUI, select the "Add a new Creole repository" in GATE Plugin Manager and provide this URL or Gate.getCreoleRegister().registerDirectories(new URL("http://gate.ac.uk/sale/gateplugins/kaon2") if used programmatically)
KAON Ontology An ontology implementation using KAON2 for I/O. gate.creole.ontology.kaon2.KAON2OntologyImpl
XCES tools
website download
Tools to handle documents conforming to the XML Corpus Encoding Standard (XCES) format, used by the American National Corpus. XCES is a way of encoding texts with standoff markup in XML.
ANC Document An XCES document. Allows loading of the document text, plus some or all of the sets of standoff markup associated with the document. org.xces.gate.XCESDocument
ANC Load Standoff Loads standoff annotations into an existing document. org.xces.creole.LoadStandoff
ANC Save Content Saves just the text content of a document to a file. This will work for any document - it is not specific to ANC/XCES documents. org.xces.creole.SaveContent
ANC Save Standoff Saves annotations from a Document to an XCES-compliant standoff markup file. org.xces.creole.SaveStandoff