Advanced Search
Search Results
129 total results found
Groups
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
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
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
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
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
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
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
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
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
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
Get data of trial events and their participants (DISSINET-specific)
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
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
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
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
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
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
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...