Is there a non-toolbox alternative for decodeHTMLEntities

1 回表示 (過去 30 日間)
YT
YT 2019 年 1 月 31 日
回答済み: YT 2019 年 2 月 1 日
I'm scraping data from the web and I noticed that some text contains html entities (& ,   etc.). Now I've found that I could use decodeHTMLEntities, but it requires the Text Analytics Toolbox. Is there also a non-toolbox / free function to decode html entities ?
p.s.
I know I could probably just write my own function to encode/decode it but I dont really want to waste my time doing that.

採用された回答

YT
YT 2019 年 2 月 1 日
Because of the lack of (quick) responses, I've made my own function which I made available here. It comes with a file called entities.mat, which contains the characters and corresponding html entities.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeString Parsing についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by