Tools.RezoViz()

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
docId String | Array.<String>

The document ID(s) to restrict the results to.

height

Properties:
Name Type Description
height Number The display height of the tool in pixels.

limit

Properties:
Name Type Default Description
limit Number 50

The number of items to limit the result to.

minEdgeCount

Properties:
Name Type Description
minEdgeCount Number

nerService

Properties:
Name Type Default Description
nerService String spacy

Which NER service to use: 'spacy', 'nssi', or 'voyant'.

style

Properties:
Name Type Description
style String A string of CSS properties to use as the style attribute for the tool's parent tag.

type

Properties:
Name Type Description
type Array.<String>

The entity types to include in the results. One or more of: 'location', 'organization', 'person'.

width

Properties:
Name Type Description
width Number The display width of the tool in pixels.