processes
Processes of POS and feature tagging.
PromptBuilder
module-attribute
DependencyProcess
GenAIDependencyProcess
Bases: DependencyProcess
Language-specific dependency process using a generative GPT model.
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
CuneiformLuwianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Cuneiform Luwian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
HieroglyphicLuwianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Hieroglyphic Luwian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldPrussianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Prussian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LithuanianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Lithuanian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LatvianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Latvian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AlbanianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Albanian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AkkadianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Akkadian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AncientGreekGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Ancient Greek language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
BiblicalHebrewGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Biblical Hebrew language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalArabicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Arabic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AvestanGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Avestan language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
BactrianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Bactrian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
SogdianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Sogdian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
BengaliGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Bengali language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
CarianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Carian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ChurchSlavicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Church Slavic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalArmenianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Armenian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalMandaicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Mandaic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalMongolianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Mongolian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalSyriacGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Syriac language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalTibetanGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Tibetan language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
CopticGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Coptic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
DemoticGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Demotic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
EasternPanjabiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Eastern Panjabi language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
EdomiteGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Edomite language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
GeezGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Geez language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
GothicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Gothic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
GujaratiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Gujarati language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
HindiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Hindi language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
KhariBoliGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Khari Boli dialect of Hindi."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
BrajGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Braj Bhasha language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AwadhiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Awadhi language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
HittiteGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Hittite language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
KhotaneseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Khotanese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
TumshuqeseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Tumshuqese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LateEgyptianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Late Egyptian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LatinGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Latin language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LiteraryChineseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Literary Chinese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LycianAGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Lycian A language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
LydianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Lydian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MaharastriPrakritGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Maharastri Prakrit language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleArmenianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Armenian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleBretonGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Breton language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleChineseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Chinese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleCornishGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Cornish language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleEgyptianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Egyptian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleEnglishGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle English language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleFrenchGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle French language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleHighGermanGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle High German language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleMongolGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Mongol language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MoabiteGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Moabite language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OdiaGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Odia language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OfficialAramaicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Official Aramaic (700-300 BCE) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldBurmeseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Burmese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldChineseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Chinese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
BaihuaChineseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for Early Vernacular Chinese (Baihua)."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalBurmeseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Burmese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
TangutGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Tangut (Xixia) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
NewarGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Newar (Classical Nepal Bhasa) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MeiteiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Meitei (Classical Manipuri) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
SgawKarenGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Sgaw Karen language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MogholiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Mogholi (Moghol) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
NumidianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Numidian (Ancient Berber) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
TaitaGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Cushitic Taita language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
HausaGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Hausa language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldJurchenGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Jurchen language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldJapaneseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Japanese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldHungarianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Hungarian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ChagataiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Chagatai language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldTurkicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Turkic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldTamilGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Tamil language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AmmoniteGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Ammonite language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldAramaicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Aramaic (up to 700 BCE) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldAramaicSamalianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Aramaic–Samʾalian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddleAramaicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Aramaic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
HatranGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Hatran language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
JewishBabylonianAramaicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Jewish Babylonian Aramaic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
SamalianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Samʾalian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldEgyptianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Egyptian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldEnglishGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old English (ca. 450-1100) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldFrenchGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old French (842-ca. 1400) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldHighGermanGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old High German (ca. 750-1050) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
EarlyIrishGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Irish language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MarathiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Marathi language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldNorseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Norse language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldPersianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old Persian (ca. 600-400 B.C.) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
OldMiddleWelshGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Old-Middle Welsh language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ParthianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Parthian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MiddlePersianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Middle Persian language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
PalaicGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Palaic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
PaliGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Pali language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
PhoenicianGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Phoenician language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
PunjabiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Punjabi language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
AssameseGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Assamese language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
SinhalaGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Sinhala language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
SindhiGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Sindhi language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
KashmiriGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Kashmiri language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
BagriGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Bagri (Rajasthani) language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
ClassicalSanskritGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Classical Sanskrit language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
VedicSanskritGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Vedic Sanskrit language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
TokharianAGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Tokharian A language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
TokharianBGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Tokharian B language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
UgariticGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Ugaritic language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
UrduGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Urdu language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
SauraseniPrakritGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Sauraseni Prakrit language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
MagadhiPrakritGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Magadhi Prakrit language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.
Source code in cltk/dependency/processes.py
GandhariGenAIDependencyProcess
Bases: GenAIDependencyProcess
Language-specific dependency process using a generative GPT model.
description
class-attribute
instance-attribute
description: str = (
"Default dependency syntax parsing process using a generative GPT model for the Gandhari language."
)
prompt_builder_from_tokens
class-attribute
instance-attribute
prompt_builder_from_text
class-attribute
instance-attribute
algorithm
cached
property
Return the dependency generation function for this process.
run
Run the configured GPT dependency parsing workflow.