addAbbreviations: Add abbreviations

Description Usage Arguments Value Examples

View source: R/abbreviations.R

Description

Add abbreviation at the token level to help the detector

Usage

1
addAbbreviations(termDetector, token, abbreviation)

Arguments

termDetector

:a TermDetector instance

token

: the token (ex : "ac" in "acide acetique")

abbreviation

:the abbreviation (ex: "acide" for the tokne "ac")

Value

Nothing, it just add the abbreviation

Examples

1
termDetector <- RIAMsystem::newTermDetector()

scossin/RIAMsystem documentation built on Dec. 5, 2020, 5:40 p.m.