processes
Process for GenAI-driven enrichment (glosses, IPA, idioms, pedagogy).
EnrichmentPromptBuilder
module-attribute
EnrichmentPromptBuilder = (
Callable[[str, str, IPA_PRONUNCIATION_MODE], PromptInfo]
| PromptInfo
| str
)
GenAIEnrichmentProcess
Bases: Process
Language-agnostic enrichment process using a generative GPT model (legacy).
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LexiconEnrichmentProcess
Bases: GenAIEnrichmentProcess
Lexicon-focused enrichment step (glosses, lemma translations).
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
PhonologyEnrichmentProcess
Bases: GenAIEnrichmentProcess
Phonology-focused enrichment step (IPA and orthography).
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
IdiomsEnrichmentProcess
Bases: GenAIEnrichmentProcess
Idiom/MWE-focused enrichment step.
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
PedagogyEnrichmentProcess
Bases: GenAIEnrichmentProcess
Pedagogy-focused enrichment step (learner-facing notes).
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
CuneiformLuwianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Cuneiform Luwian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
HieroglyphicLuwianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Hieroglyphic Luwian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldPrussianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Prussian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LithuanianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Lithuanian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LatvianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Latvian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AlbanianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Albanian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AkkadianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Akkadian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AncientGreekGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Ancient Greek language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
BiblicalHebrewGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Biblical Hebrew language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalArabicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Arabic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AvestanGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Avestan language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
BactrianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Bactrian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
SogdianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Sogdian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
BengaliGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Bengali language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
CarianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Carian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ChurchSlavicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Church Slavic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalArmenianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Armenian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalMandaicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Mandaic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalMongolianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Mongolian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalSyriacGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Syriac language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalTibetanGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Tibetan language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
CopticGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Coptic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
DemoticGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Demotic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
EasternPanjabiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Eastern Panjabi language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
EdomiteGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Edomite language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
GeezGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Geez language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
GothicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Gothic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
GujaratiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Gujarati language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
HindiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Hindi language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
KhariBoliGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Khari Boli dialect of Hindi."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
BrajGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Braj Bhasha language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AwadhiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Awadhi language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
HittiteGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Hittite language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
KhotaneseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Khotanese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
TumshuqeseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Tumshuqese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LateEgyptianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Late Egyptian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LatinGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Latin language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LiteraryChineseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Literary Chinese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LycianAGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Lycian A language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
LydianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Lydian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MaharastriPrakritGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Maharastri Prakrit language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleArmenianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Armenian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleBretonGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Breton language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleChineseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Chinese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleCornishGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Cornish language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleEgyptianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Egyptian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleEnglishGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle English language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleFrenchGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle French language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleHighGermanGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle High German language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleMongolGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Mongol language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MoabiteGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Moabite language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OdiaGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Odia language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OfficialAramaicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Official Aramaic (700-300 BCE) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldBurmeseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Burmese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldChineseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Chinese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
BaihuaChineseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for Early Vernacular Chinese (Baihua)."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalBurmeseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Burmese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
TangutGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Tangut (Xixia) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
NewarGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Newar (Classical Nepal Bhasa) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MeiteiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Meitei (Classical Manipuri) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
SgawKarenGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Sgaw Karen language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MogholiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Mogholi (Moghol) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
NumidianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Numidian (Ancient Berber) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
TaitaGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Cushitic Taita language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
HausaGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Hausa language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldJurchenGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Jurchen language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldJapaneseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Japanese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldHungarianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Hungarian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ChagataiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Chagatai language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldTurkicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Turkic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldTamilGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Tamil language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AmmoniteGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Ammonite language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldAramaicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Aramaic (up to 700 BCE) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldAramaicSamalianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Aramaic–Samʾalian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddleAramaicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Aramaic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
HatranGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Hatran language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
JewishBabylonianAramaicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Jewish Babylonian Aramaic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
SamalianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Samʾalian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldEgyptianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Egyptian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldEnglishGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old English (ca. 450-1100) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldFrenchGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old French (842-ca. 1400) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldHighGermanGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old High German (ca. 750-1050) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
EarlyIrishGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Irish language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MarathiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Marathi language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldNorseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Norse language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldPersianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old Persian (ca. 600-400 B.C.) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
OldMiddleWelshGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Old-Middle Welsh language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ParthianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Parthian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MiddlePersianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Middle Persian language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
PalaicGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Palaic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
PaliGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Pali language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
PhoenicianGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Phoenician language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
PunjabiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Punjabi language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
AssameseGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Assamese language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
SinhalaGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Sinhala language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
SindhiGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Sindhi language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
KashmiriGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Kashmiri language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
BagriGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Bagri (Rajasthani) language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
ClassicalSanskritGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Classical Sanskrit language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
VedicSanskritGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Vedic Sanskrit language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
TokharianAGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Tokharian A language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
TokharianBGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Tokharian B language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
UgariticGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Ugaritic language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
UrduGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Urdu language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
SauraseniPrakritGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Sauraseni Prakrit language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
MagadhiPrakritGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Magadhi Prakrit language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.
Source code in cltk/enrichment/processes.py
GandhariGenAIEnrichmentProcess
Bases: GenAIEnrichmentProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default textual enrichment process using a generative GPT model for the Gandhari language."
)
prompt_builder
class-attribute
instance-attribute
algorithm
cached
property
Return the enrichment generation function for this process.
run
Run the configured GPT enrichment workflow.