Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
def
convert_html(text):
15
""
"
16
Convert HTML entities entity back to character.
17
""
"
18
return
html.unescape(text)
19
20
21
def
get_hyperlink(text, abstract=None):
Callers
1
process_wiki
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected