MCPcopy Create free account
hub / github.com/TIGER-AI-Lab/LongRAG / convert_html

Function convert_html

utils/wiki_util.py:14–18  ·  view source on GitHub ↗

Convert HTML entities entity back to character.

(text)

Source from the content-addressed store, hash-verified

12
13
14def convert_html(text):
15 """
16 Convert HTML entities entity back to character.
17 """
18 return html.unescape(text)
19
20
21def get_hyperlink(text, abstract=None):

Callers 1

process_wikiFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected