Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cavedave/Manannan
/ functions
Functions
19 in github.com/cavedave/Manannan
⨍
Functions
19
◇
Types & classes
0
↓ 3 callers
Function
unescape_token
(s: str)
caibidlí/conversion/caighdean_api.py:29
↓ 2 callers
Function
_is_hashes_only
(s: str)
caibidlí/conversion/caighdean_api.py:25
↓ 2 callers
Function
fetch_chapter
( ch: str, *, delay_between_requests_sec: float, timeout: int, )
caibidlí/conversion/fetch_caighdean_chapter.py:80
↓ 2 callers
Function
pairs_to_tsv
(pairs: list[tuple[str, str]])
caibidlí/conversion/caighdean_api.py:196
↓ 1 callers
Function
_apply_spelling_whole_words
(text: str, pairs: list[tuple[str, str]])
caibidlí/conversion/build_new_orthography.py:54
↓ 1 callers
Function
_load_spelling_pairs
(path: Path)
caibidlí/conversion/build_new_orthography.py:34
↓ 1 callers
Function
_validate_api_pairs
Ensure the API returned a usable token list; raise if not.
caibidlí/conversion/caighdean_api.py:61
↓ 1 callers
Function
apply_clo_to_roman
Replace dotted lenition letters with standard Irish Roman digraphs.
caibidlí/conversion/grapheme_pass.py:33
↓ 1 callers
Function
chunk_by_bytes
(text: str, max_bytes: int = MAX_REQUEST_BYTES)
caibidlí/conversion/caighdean_api.py:155
↓ 1 callers
Function
detokenize_target
(pairs: list[tuple[str, str]])
caibidlí/conversion/caighdean_api.py:108
↓ 1 callers
Function
differing_pairs
(pairs: list[tuple[str, str]])
caibidlí/conversion/caighdean_api.py:192
↓ 1 callers
Function
list_chapter_ids
()
caibidlí/conversion/fetch_caighdean_chapter.py:50
↓ 1 callers
Function
main
()
caibidlí/conversion/fetch_caighdean_chapter.py:105
↓ 1 callers
Function
main
()
caibidlí/conversion/build_new_orthography.py:66
↓ 1 callers
Function
shield_markdown
Replace only lines the API reliably mangles: page markers and blank # lines. Real headings such as ``# Pláinéid …`` are left unchanged so they ar
caibidlí/conversion/caighdean_api.py:33
↓ 1 callers
Function
standardize_irish
(teacs: str, timeout: int = 120)
caibidlí/conversion/caighdean_api.py:75
↓ 1 callers
Function
standardize_irish_long
POST each byte-chunk to the API. Optional delay (seconds) before each request after the first.
caibidlí/conversion/caighdean_api.py:174
↓ 1 callers
Function
unshield
(text: str, mapping: dict[str, str])
caibidlí/conversion/caighdean_api.py:54
↓ 1 callers
Function
write_chapter
(ch: str, det: str, pairs: list[tuple[str, str]])
caibidlí/conversion/fetch_caighdean_chapter.py:62