Tokenization

Tokenization

concrete.js extensions to the Tokenization class

Constructor

new Tokenization()

Source:

Methods

addTokenTagging(tokenTagging)

Source:

Add a TokenTagging to this Tokenization

Parameters:
Name Type Description
tokenTagging TokenTagging

getTokenTaggingsOfType(taggingType) → {Array}

Source:

Get all TokenTaggings with the specified taggingType

Parameters:
Name Type Description
taggingType String

A string specifying a TokenTagging.taggingType

Returns:

A (possibly empty) array of TokenTagging objects

Type
Array