Skip to content

Commit

Permalink
Create oslots.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjurg committed Jul 5, 2023
1 parent 1b177f4 commit b8aa616
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/features/oslots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Feature: oslots

Feature group | Feature type | Data type | Available for node types
--- | --- | --- | ---
[`Grid`](featuresbygroup.md#grid-features) | [`Edge`](featuresbyfeaturetype.md#edge-features) | `String` | All node types


## Feature description

The set of slots associated with an object.

Every object corresponds to exactly one *slot set*,
i.e. the set of *word occurrences* that form the textual representation of that object.
Every word fills a slot, and every slot has a unique sequence number.
Earlier words have lower numbers than later words.
An object does not have to be consecutive, it may be interrupted at any place.
Different objects may or may not overlap.

The slot set is given as a comma separated list of slot *ranges*, where a range has the form *n* `-` *m*,
where *n* is a number smaller than or equal to *m*. The range *n* `-` *n* may be abbreviated to *n*.

##### Note
> The value of this feature for word objects is always just one number: the number of the slot the word occupies.
All word occurrences are numbered from 1 to more than 400,000, in the order as they occur in the Greek New Testament.

0 comments on commit b8aa616

Please sign in to comment.