new RezoViz()
RezoViz represents connections between people, places and organizations that co-occur in multiple documents.
- Tutorials:
Example
let config = {
"docId": null,
"limit": null,
"minEdgeCount": null,
"nerService": null,
"type": null,
};
loadCorpus("austen").tool("rezoviz", config);
Members
-
docId
-
Properties:
Name Type Description docIdString | Array.<String> The document ID(s) to restrict the results to.
-
height
-
Properties:
Name Type Description heightNumber The display height of the tool in pixels. -
limit
-
Properties:
Name Type Default Description limitNumber 50 The number of items to limit the result to.
-
minEdgeCount
-
Properties:
Name Type Description minEdgeCountNumber -
nerService
-
Properties:
Name Type Default Description nerServiceString spacy Which NER service to use: 'spacy', 'nssi', or 'voyant'.
-
style
-
Properties:
Name Type Description styleString A string of CSS properties to use as the style attribute for the tool's parent tag. -
type
-
Properties:
Name Type Description typeArray.<String> The entity types to include in the results. One or more of: 'location', 'organization', 'person'.
-
width
-
Properties:
Name Type Description widthNumber The display width of the tool in pixels.