|
| | TOKENIZE =("Tokenizer", false) |
| |
| | SSPLIT =("Word To Sentence", false) |
| |
| | POS =("Parts-Of-Speech", false) |
| |
| | LEMMA =("Lemmatizer", true) |
| |
| | NER =("Named Entity Recognizer", true) |
| |
| | PARSE =("Constituency Parser", false) |
| |
| | STRUCTURE =("Grammatical Structure", false) |
| |
| | DPARSE =("Dependency Parser", true) |
| |
| | TYPEDDEPENDENCIES =("Typed Dependencies", false) |
| |
| | SEMANTICGRAPH =("Semantic Graph", false) |
| |
| | COREF =("Co-reference", true) |
| |
| | SENTIMENT =("Sentiment", true) |
| |
| | NATLOG =("Natural Logic", true) |
| |
| | OPENIE =("Open Information Extractor", true) |
| |
| final String | fullName |
| |
| final boolean | optional |
| |
◆ Annotator()
| grammarscope.server.iface.Keys.Annotator.Annotator |
( |
final String |
fullName, |
|
|
final boolean |
optional |
|
) |
| |
◆ COREF
| grammarscope.server.iface.Keys.Annotator.COREF =("Co-reference", true) |
◆ DPARSE
| grammarscope.server.iface.Keys.Annotator.DPARSE =("Dependency Parser", true) |
◆ fullName
| final String grammarscope.server.iface.Keys.Annotator.fullName |
◆ LEMMA
| grammarscope.server.iface.Keys.Annotator.LEMMA =("Lemmatizer", true) |
◆ NATLOG
| grammarscope.server.iface.Keys.Annotator.NATLOG =("Natural Logic", true) |
◆ NER
| grammarscope.server.iface.Keys.Annotator.NER =("Named Entity Recognizer", true) |
◆ OPENIE
| grammarscope.server.iface.Keys.Annotator.OPENIE =("Open Information Extractor", true) |
◆ optional
| final boolean grammarscope.server.iface.Keys.Annotator.optional |
◆ PARSE
| grammarscope.server.iface.Keys.Annotator.PARSE =("Constituency Parser", false) |
◆ POS
| grammarscope.server.iface.Keys.Annotator.POS =("Parts-Of-Speech", false) |
◆ SEMANTICGRAPH
| grammarscope.server.iface.Keys.Annotator.SEMANTICGRAPH =("Semantic Graph", false) |
◆ SENTIMENT
| grammarscope.server.iface.Keys.Annotator.SENTIMENT =("Sentiment", true) |
◆ SSPLIT
| grammarscope.server.iface.Keys.Annotator.SSPLIT =("Word To Sentence", false) |
◆ STRUCTURE
| grammarscope.server.iface.Keys.Annotator.STRUCTURE =("Grammatical Structure", false) |
◆ TOKENIZE
| grammarscope.server.iface.Keys.Annotator.TOKENIZE =("Tokenizer", false) |
◆ TYPEDDEPENDENCIES
| grammarscope.server.iface.Keys.Annotator.TYPEDDEPENDENCIES =("Typed Dependencies", false) |
The documentation for this enum was generated from the following file:
- grammarscope/server-iface/src/main/java/grammarscope/server/iface/Keys.java