How to append abbreviations in Text Analytics Toolkit

The abbreviations function returns a table of common English abbreviations.
tbl = abbreviations
Is it possible to update this abbreviations list with other abbreviations. If so, how?

Answers (1)

You cannot extend the return value of abbreviations. But you can pass an extended table to addSentenceDetails in the "Abbreviations" name-value pair.

This question is closed.

Products

Release

R2018b

Asked:

on 5 Jan 2019

Closed:

on 20 Aug 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!