Description Usage Arguments Format Methods Private fields
A class to represent a vector of synsets and the asociated information.
1 | SynsetVector$new(originalText)
|
originalText |
(originalText) The start index of an entry. |
An object of class R6ClassGenerator
of length 24.
getOriginalText Getter of originalText.
Usage
getOriginalText()
Value
Value of originalText.
setOriginalText Setter of originalText.
Usage
setOriginalText(originalText)
Arguments
originalText (character) The new value of originalText.
getFixedText Getter of fixedText.
Usage
getFixedText()
Value
Value of fixedText.
setFixedText Setter of fixedText.
Usage
setFixedText(fixedText)
Arguments
fixedText (character) The new value of fixedText.
getUnmatchedTexts Getter of unmatchedTexts.
Usage
getUnmatchedTexts()
Value
Value of unmatchedTexts.
setUnmatchedTexts Setter of unmatchedTexts.
Usage
setUnmatchedTexts(unmatchedTexts)
Arguments
unmatchedTexts (list) The new value of unmatchedTexts.
getSynsets Getter of synsets.
Usage
getSynsets()
Value
Value of synsets.
setSynsets Setter of synsets.
Usage
setSynsets(synsets)
Arguments
synsets (list) The new value of synsets.
originalText (character) The original text.
fixedText (character) The text after fixing unmatched text sections.
unmatchedTexts (list) The list of detected synsets represented as Pairs where:
synsets (list) The list of detected synsets represented as Pairs where:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.