MCPcopy Create free account

hub / github.com/cavedave/Manannan / functions

Functions19 in github.com/cavedave/Manannan

↓ 3 callersFunctionunescape_token
(s: str)
caibidlí/conversion/caighdean_api.py:29
↓ 2 callersFunction_is_hashes_only
(s: str)
caibidlí/conversion/caighdean_api.py:25
↓ 2 callersFunctionfetch_chapter
( ch: str, *, delay_between_requests_sec: float, timeout: int, )
caibidlí/conversion/fetch_caighdean_chapter.py:80
↓ 2 callersFunctionpairs_to_tsv
(pairs: list[tuple[str, str]])
caibidlí/conversion/caighdean_api.py:196
↓ 1 callersFunction_apply_spelling_whole_words
(text: str, pairs: list[tuple[str, str]])
caibidlí/conversion/build_new_orthography.py:54
↓ 1 callersFunction_load_spelling_pairs
(path: Path)
caibidlí/conversion/build_new_orthography.py:34
↓ 1 callersFunction_validate_api_pairs
Ensure the API returned a usable token list; raise if not.
caibidlí/conversion/caighdean_api.py:61
↓ 1 callersFunctionapply_clo_to_roman
Replace dotted lenition letters with standard Irish Roman digraphs.
caibidlí/conversion/grapheme_pass.py:33
↓ 1 callersFunctionchunk_by_bytes
(text: str, max_bytes: int = MAX_REQUEST_BYTES)
caibidlí/conversion/caighdean_api.py:155
↓ 1 callersFunctiondetokenize_target
(pairs: list[tuple[str, str]])
caibidlí/conversion/caighdean_api.py:108
↓ 1 callersFunctiondiffering_pairs
(pairs: list[tuple[str, str]])
caibidlí/conversion/caighdean_api.py:192
↓ 1 callersFunctionlist_chapter_ids
()
caibidlí/conversion/fetch_caighdean_chapter.py:50
↓ 1 callersFunctionmain
()
caibidlí/conversion/fetch_caighdean_chapter.py:105
↓ 1 callersFunctionmain
()
caibidlí/conversion/build_new_orthography.py:66
↓ 1 callersFunctionshield_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 callersFunctionstandardize_irish
(teacs: str, timeout: int = 120)
caibidlí/conversion/caighdean_api.py:75
↓ 1 callersFunctionstandardize_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 callersFunctionunshield
(text: str, mapping: dict[str, str])
caibidlí/conversion/caighdean_api.py:54
↓ 1 callersFunctionwrite_chapter
(ch: str, det: str, pairs: list[tuple[str, str]])
caibidlí/conversion/fetch_caighdean_chapter.py:62