Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

129 total results found

Groups

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Group data object can be found in group.ts file.

Living Beings

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Living Being data object can be found in being.ts file.

Objects

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Object data object can be found in object.ts file.

Locations

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Location data object can be found in location.ts file.

Events

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Event data object can be found in event.ts file.

Territories

From texts to structured data: Building... Entities

  JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Territory data object can be found in territory.ts file.

Resources

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Resource data object can be found in resource.ts file.

Values

From texts to structured data: Building... Entities

JSON Structure The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file). Definition of Value data object can be found in value.ts file.

Decide on the focus and extent of annotation

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

Any semantic annotation, as comprehensive as it might be, always has a purpose, that is, is connected to a set of research questions currently pursued or considered as relevant in future work. Therefore, at the early stages of annotation, you will need to make...

Annotate texts with Annotator

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

Annotator is a component of the InkVisitor software adapted to the annotation of full-texts. Unlike most annotation tools, it is connected to a robust and historically informed entity–relationship data model, which allows you to smoothly create entities and bu...

New Page

From texts to structured data: Building...

Get data of trial events and their participants (DISSINET-specific)

From texts to structured data: Building... Querying CASTEMO knowledge graphs

How to match the person physically at trial (in a deposition, deponent)? In DISSINET data, there are several concepts with different degree of generalization, which point to the person at trial. Generally, use this cascade of props under a trial event, pref...

Corpus in the CASTEMO workflow

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

Constituting a corpus of full texts is a natural component of the CASTEMO workflow. Full-texts are typically used for annotation (i.e., adding anchors of different types of entities into full-texts). While is not meant as a fully-fledged corpus manager, with f...

Represent textual versions

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

Basics The full text you plan to annotate has its often quite complex history of versions. At the origin might be a handwritten document; that phase you should represent in CASTEMO as a physical Object (which might be extant until the present day or not, a...

Search and replace strings in full-text documents

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

The Annotator component in InkVisitor has in-built functionalities for: searching text; replacing text, e.g. for making corrections of full-texts; adding anchors sequentially, rather than one by one. The search box enables Javascript regular expression...

Add anchors using search

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

Adding anchor to one search hit In the highlight mode, it also allows you to add anchor to the search hit. If you do it through the regular modal to add anchors, you will add one anchor: Adding anchor to more search hits sequentially If you want to go thr...

Time

From texts to structured data: Building... Collecting data in an InkVisitor database

Attribute of events, not people or objects directly Time belongs under Events, not directly under Persons, Groups, Objects or Territories. While the CASTEMO ontology technically allows you to attach dates and places directly to people or objects, it is more pr...

General principles of corpus management

From texts to structured data: Building... Corpus in InkVisitor: Managing textual ...

Where to maintain my corpus? And how to keep track of versions? Generally, a corpus is better maintained outside of InkVisitor, in a repository which allows systematic version control, such as GitHub. How to describe texts in the repository itself? In CASTE...