Package | Description |
---|---|
grammarscope.browser | |
grammarscope.browser.renderer | |
grammarscope.spo |
Modifier and Type | Field and Description |
---|---|
private Document |
View.document
Document
|
Modifier and Type | Method and Description |
---|---|
Document |
View.getDoc()
Get view's document
|
Document |
Browser.getDocument()
Access to document
|
Document |
ControlDocumentView.makeDocument(java.net.URL url)
Load the document
|
Document |
ControlDocumentView.makeTextDocument(java.lang.String text)
Load the document
|
static Document |
ControlDocumentView.makeXmlDocument(java.net.URL url)
Load the document
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Document> |
ControlDocumentView.getDocuments()
Get documents
|
java.util.List<Document> |
Browser.getDocuments()
Get document list
|
Modifier and Type | Method and Description |
---|---|
private void |
ControlDocumentView.makeView(Document document,
java.lang.String documentPath)
Make view
|
protected void |
ControlDocumentView.onDone(Document document,
boolean parsed,
boolean analyzed)
Document parsed/analyzed callback
|
protected void |
Browser.onDone(Document document,
boolean parsed,
boolean analyzed)
Document parsed/analyzed callback
|
protected void |
ControlDocumentView.onPublish(Document document,
java.util.List<java.lang.Integer> sentenceIndices,
boolean parsed,
boolean analyzed)
Document part published callback
|
protected void |
Browser.onPublish(Document document,
java.util.List<java.lang.Integer> sentenceIndices,
boolean parsed,
boolean analyzed)
Document part published callback
|
void |
View.setDoc(Document document)
Set view's document
|
void |
ControlDocumentView.startProcessing(Document document,
boolean recognize,
boolean parse,
boolean analyze,
boolean clear,
boolean waitServerReady)
Start processing thread
|
void |
Browser.startProcessing(Document document,
boolean recognize,
boolean parse,
boolean analyze,
boolean clear,
boolean waitServerReady) |
Modifier and Type | Method and Description |
---|---|
abstract int |
BoxRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
int |
RelationsRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
int |
SentimentRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
int |
CoreferencesRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
int |
NamedEntitiesRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
int |
IRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight)
Layout
|
int |
PosesRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
int |
SemanticGraphRenderer.layout(Document document,
javax.swing.text.JTextComponent textComponent,
int padWidth,
int padTopOffset,
int padHeight,
int lineHeight) |
Modifier and Type | Method and Description |
---|---|
Graph<GraphNode,GraphEdge> |
ISPOAnalyzer.analyze(Document document,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
Graph<GraphNode,GraphEdge> |
SPOAnalyzer.analyze(Document document,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
protected java.util.Collection<GraphEdge> |
SPOAnalyzerFromSemanticGraph.getEdges(Document document,
int sentenceIdx,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
protected abstract java.util.Collection<T> |
SPOAnalyzer.getEdges(Document document,
int sentenceIdx,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
protected java.util.Collection<TypedDependency> |
SPOAnalyzerFromTypedDependencies.getEdges(Document document,
int sentenceIdx,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
protected java.util.Collection<Token> |
SPOAnalyzerFromSemanticGraph.getRoots(Document document,
int sentenceIdx,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
protected abstract java.util.Collection<Token> |
SPOAnalyzer.getRoots(Document document,
int sentenceIdx,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
protected java.util.Collection<Token> |
SPOAnalyzerFromTypedDependencies.getRoots(Document document,
int sentenceIdx,
TypedDependencyProvider provider,
TypedDependencyMode mode) |
private static java.util.Map<Instance,Coreferences.Mention> |
SPOAnalyzer.makeMap(Document document)
Make map
|