Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

With entities as nodes

Choose a tag to compare

@dirkroorda dirkroorda released this 26 Jan 14:49

Now the entities are represented as nodes and these nodes have the features eid and kind for entity ID and entity kind.
So, a multiword entity occurrences now corresponds to a single entity node, linked to the words the entity occupies.

The entity nodes are added to the original dataset. The new version of the dataset is 1.0e.

Not that all tutorials work with version 1.0, but not version 1.0e.

If you need to work with earlier versions of the missieven, specify the version in the use command, like so:

A = use("CLARIAH/wp6-missieven", version="1.0")

This works best if you have installed Text-Fabric as

pip install --upgrade 'text-fabric[all]'

because then TF can use the GitHub API to fetch the data.

If you only work with the latest version (1.0e) this is not needed.