getPosInChain | R Documentation |
Get the position of a chain entry (track or rez) in a chain (trail or resonance).
getPosInChain(
tokenOrder = NULL,
chain = NULL,
exclFrag = F,
combinedChunk = NULL,
nonFragmentMember = F
)
tokenOrder |
The vector of sequence values values where the mentions appeared. Common choices are docTokenSeqFirst, docTokenSeqLast, wordTokenSeqFirst and wordTokenseqLast (the last two are available after running addIsWordField on a rezrObj. By default it's docTokenSeqLast. |
chain |
The chain that each mention belongs to. |
exclFrag |
Exclude 'fragments' (i.e. members of a combined chunk which do not serve as meaningful chunks in their own right) |
combinedChunk |
The |
nonFragmentMember |
Vector indicating whether each entry is a non-fragment member, i.e. a member of a combined chunk that also serves as a meaningful chunk in its own right. |
The
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.