ICS 582Lecture 02Part 04
Clitics and morphological typology
Why some attached pieces are words in disguise, how to tell a clitic from an affix, and where languages sit between isolating and polysynthetic, with English and Arabic placed on the map.
- Concepts
- 3
- Slides
- 22-28
- Reading
- 18 min
Why this part matters
Every Arabic NLP model you will build starts with a decision you may not notice making: what is a token? Arabic writes conjunctions, prepositions, the article and pronouns onto the same string as the noun or verb, so وَبِالْبَيْت is one whitespace token that a linguist would call four words. Alotaiby, Foda and Alkharashi (2010) measured what that costs: splitting clitics off a 600,000,000-word corpus removed 24.54% of its vocabulary. That number is why this part exists.
Part 03 gave you morphemes, roots, affixes and the difference between inflection and derivation. This part adds the two remaining pieces of the morphology story. First, a test that decides whether an attached element is an affix at all, or a word that only leans on its neighbor for pronunciation. Second, a vocabulary for comparing whole languages by how much they pack into a word, which ends in a number line that predicts how hard a language will be to tokenize. Exams ask for the diagnostics and the classification with forms; your research needs the same ideas to choose a preprocessing pipeline and to read why a shared subword vocabulary fragments Arabic more than English (part 07).
By the end you can
- Apply two diagnostics (selectivity, paradigm membership) to decide clitic versus affix, including katab-tu, kitab-u-hu and the borderline al-.
- Classify a language form as isolating, agglutinative, fusional or polysynthetic and explain why these are tendencies per subsystem, not boxes.
- Place English and Arabic on the typology map and name one fusional pocket in English.
- Define Greenberg's index of synthesis, order the eight languages on it, and compute it on a short text.
- Explain, with numbers, why rich morphology motivates subword tokenization, morphological segmentation and explicit clitic policies.
Start with an English sentence that Zwicky and Pullum (1983) use in section 2 of their paper: The person I was talking to's going to be angry. The 's is a reduced is, and it is hanging off the preposition to. Now vary the host: The ball you hit's just broken my window puts it on a verb, Any answer not entirely right's going to be marked on an adjective, The drive home tonight's been really easy on an adverb. One element, four host categories. It is a reduced auxiliary throughout, is in the first and third sentence and has in the second and fourth, and in every case it does exactly what the separate word is or has would do.
Compare the plural -s of cats. It attaches to nouns and to nothing else, and it never does the job of a word: there is no sentence in which plural -s is the verb or the subject. That difference in behavior is what separates a Clitic from an Affix. Jurafsky and Martin define a clitic as "a morpheme that acts syntactically like a word but is reduced in form and attached (phonologically and sometimes orthographically) to another word" (SLP3, chapter 2). The two halves of that definition pull in opposite directions, which is why clitics are confusing: in the syntax they are words, in the sound stream they are part of a word.
Why spelling is not the test
English happens to mark most clitics with an apostrophe (I'm, we've, possessive 's), and French does the same with l' in l'opéra. That is a writing convention, not a grammatical fact. Arabic writes every clitic solidly attached with no separator at all, so if attachment in writing were the criterion, Arabic would have no clitics and English would have almost none outside contractions. The slide's key sentence is worth memorizing verbatim: attachment in writing is not enough, use diagnostics.
The diagnostics come from Zwicky and Pullum. Their first criterion is the one this course uses as the primary test, and they state it as: "Clitics can exhibit a low degree of selection with respect to their hosts, while affixes exhibit a high degree of selection with respect to their stems." This is Selectivity. In a footnote they give it as a ladder: an element that attaches to any word of a major class is least selective, then one that attaches only to verbs, then only to a subclass of verbs, then only to a few specified verbs. The further down the ladder, the more affix-like the element. The second test the slide names is paradigm membership: an affix fills one cell of a table of forms, a clitic does not. All six of their criteria are in the table below alongside the slide's two tests, and you should be able to name at least selectivity, arbitrary gaps and idiosyncrasy.
Clitic versus affix diagnostics (Zwicky and Pullum 1983)
- Syntactic role
- A clitic is a function word or pronoun that the syntax treats as a word of its own. An affix marks a feature on its host and has no independent slot in the sentence.
- Selectivity (Zwicky and Pullum A)
- Clitics show low selectivity: they attach to almost any host category. Affixes show high selectivity: one stem class, sometimes one subclass.
- Paradigm membership
- An affix fills a cell in a paradigm (singular, plural; katab-tu, katab-ta, katab-a). A clitic belongs to no paradigm of its host.
- Arbitrary gaps (B)
- Affixed forms have unexplained holes (no English amn't). Clitic combinations do not.
- Idiosyncrasy (C, D)
- Affixed forms show unpredictable sound or meaning (won't, shan't). Clitic groups are regular.
- Syntactic rules (E)
- Syntactic operations such as agreement and inversion treat an affixed word as one unit; a host-plus-clitic group is not treated as a unit.
- Stacking (F)
- Clitics can attach to material that already contains a clitic; affixes cannot attach outside a clitic.
Three Arabic cases and a fourth that refuses to settle
Arabic is where the test earns its keep, because the writing system gives you no hint. Take وَبِالْبَيْت, wa-bi-al-bayt, roughly "and in the house". The wa- is the conjunction "and" and the bi- is the preposition "with, by, in". Both are function words in the syntax, and both attach to whatever word begins the phrase: a noun here, a verb in wa-kataba, a pronoun, a particle. Lowest rung of the selectivity ladder, no paradigm. They are proclitics, clitics that lean forward onto the following word.
Now كِتَابُهُ, kitāb-u-hu, "his book". The -u is the nominative case vowel, an inflectional ending. The -hu is the pronoun "he" in possessive position, and it is the possessor of the noun in the syntax. It attaches to nouns (kitāb-u-hu), to verbs as an object (kataba-hu, "he wrote it") and to prepositions (بِهِ, bi-hi, "with it"). Three host categories, a syntactic role of its own: an Enclitic, leaning backward onto the preceding word.
Finally كَتَبْتُ, katab-tu, "I wrote". The -tu also means something pronoun-like (first person singular), which is exactly what tempts students to call it a clitic. Apply the diagnostics. Selectivity: -tu attaches to verb stems and to nothing else. Paradigm: it is one cell of the perfective conjugation, next to -ta (you, masculine), -ti (you, feminine), -a (he) and -at (she). Syntactic role: it is subject agreement on the verb, and a separate subject pronoun can still appear alongside it. Every test says Inflection, so -tu is an inflectional affix on the Stem katab.
| Form | Transliteration | Meaning | Syntactic role | Selectivity | Paradigm | Verdict |
|---|---|---|---|---|---|---|
| وَبِالْبَيْت | wa-, bi- | and; with, by, in | Conjunction and preposition, function words | Low: nouns, verbs, pronouns, particles | None | Proclitic |
| كِتَابُهُ | -hu | his, him | Pronoun, possessor or object | Low: nouns, verbs, prepositions | None in the host (a pronoun set, not a host paradigm) | Enclitic |
| كَتَبْتُ | -tu | I (subject agreement) | Agreement marker on the verb | High: verb stems only | One cell of the perfective conjugation | Inflectional affix |
| الْبَيْت | al- | the | Definite article, function element | Moderate: nouns and adjectives | Definiteness system (definite, indefinite) | Borderline |
The fourth row is the one the slide flags as borderline, and it is worth understanding why rather than memorizing the label. The article al- is a function element like French l', which argues clitic. But it attaches only to nouns and adjectives, and it alternates with the indefinite ending -n (bayt-un versus al-bayt-u) inside a definiteness system, which argues prefix. Arabic NLP tools split the difference. Pasha et al. (2014) list two segmentation schemes for MADAMIRA: ATB, which "tokenizes all clitics except for the definite article", and D3, in which "basically all clitics are tokenized". ATB also leaves the future particle sa- attached to the verb, where D3 splits it off. Alotaiby et al. (2010) note that their parse-it-as-a-separate-word test "covers most of the clitics except the definite article". When the tools disagree, borderline is the honest verdict.
For each attached element decide: is it a word in the syntax that merely leans on a host (clitic), a member of a paradigm that attaches to one stem class (affix), or a case where analyses disagree? Keys 1, 2 and 3 pick a verdict, arrows move between cards.
Clitic status and tokenization policy are different questions
The slide ends on a practical fork: keep the clitic attached, or split it? Linguistics does not answer that Tokenization question for you, and the cleanest proof is English n't. Zwicky and Pullum devote their paper to showing that n't passes all six criteria as an inflectional affix: it attaches only to auxiliaries, it has arbitrary gaps (there is no amn't), it has idiosyncratic forms (won't, shan't), and it cannot attach to a host that already carries a clitic (I'd've is fine, I'dn't is not). Yet the Penn Treebank tokenization standard splits it, producing does n't (SLP3, section 2.8). The tokenizer made a modeling decision (a negation token is useful) that contradicts the linguistic analysis, and it was right to.
Modern subword tokenizers make the same kind of decision by frequency rather than by rule. Jurafsky and Martin observe that the GPT-4o tokenizer segments 's off proper nouns such as Jane but keeps it inside frequent words such as she's (SLP3, section 2.4.3). For Arabic the choice is explicit and named: whitespace, ATB or D3. Try the three on the same two strings.
Accent chips are clitics, the teal chip is the article, plain chips are the base word. The second word has no article, but ATB still keeps the future particle sa- on the verb.
Worked example
Whitespace, ATB or D3 on one string
Whitespace
وَبِالْبَيْت is one token. Every combination of conjunction, preposition, article and noun becomes its own vocabulary Type.ATB
wa+ bi+ albayt: three tokens. The conjunction and preposition are split, the article stays on the noun.D3
wa+ bi+ al+ bayt: four tokens. Every clitic is separated and the bare noun bayt is recovered.Same string, 1, 3 or 4 tokens
The count of tokens is a property of the policy, not of the text. Any statistic you compute on Arabic (vocabulary size, sequence length, Zipf curve) must state which policy produced it.
Recall
State two diagnostics that separate a clitic from an affix and apply them to katab-tu and kitab-u-hu.
Recall
Why is 'it is written attached' not a valid test, and what does al- show?
Quick check
Which diagnostic shows that Arabic -tu in katab-tu is an affix rather than a clitic?
Take four languages and watch how each packages grammar. English and Turkish can share one meaning, "from my houses". English spends three words: from, my, house-s, four morphemes spread over three words. Turkish spends one: ev-ler-im-den, house-PL-1SG.POSS-ABL, four morphemes in one word, each suffix doing exactly one job in a fixed order. Spanish habl-o, "I speak", is a different meaning chosen to show a different trick: the single vowel -o carries person, number, tense and mood all at once, two morphemes carrying four features, and you cannot cut it into a piece for each. Mandarin wǒmen míngtiān qù Běijīng, "we tomorrow go Beijing", has almost no Inflection (the plural -men of wǒmen is about as far as it goes); word order and free words carry the grammar.
Turkish, Spanish and Mandarin illustrate three of the four labels on slide 24 (the fourth, polysynthetic, comes below), and English is the analytic baseline. The labels line up on two independent axes rather than one scale. The first axis is how many morphemes a word carries, from isolating (about one) to polysynthetic (a word can hold what English needs a clause for). The second axis is how cleanly the morphemes can be cut apart, from agglutinative (one morpheme, one feature, clean seams) to fusional (one segment bundles several features). This two-axis picture goes back to Sapir's 1921 classification, which separated degree of synthesis from technique of combination (Arkadiev 2019, and SLP3 section 2.2 uses the same two ideas).
| Type | Definition | Example language | Example form | Gloss |
|---|---|---|---|---|
| Isolating | Little morphology; grammar carried by word order and function words | Mandarin Chinese | wǒmen míngtiān qù Běijīng | we tomorrow go Beijing |
| Agglutinative | Many affixes, each with one clear function and a clean boundary | Turkish | ev-ler-im-den | house-PL-1SG.POSS-ABL, from my houses |
| Fusional | One affix bundles several grammatical features | Spanish | habl-o | speak-1SG.PRS.IND, I speak |
| Polysynthetic | Very complex words encode sentence-like content, many morphemes per word | Inuktitut on the slide; Koryak in SLP3 | t-ə-nk'e-mejŋ-ə-jetemə-nni-k | one word: I sewed a lot of yurt covers in the middle of a night |
The Turkish and Spanish rows deserve a closer look, because the difference between them is the second axis. Bickel and Nichols (WALS chapter 21) call Turkish case and number monoexponential: -ler means plural and nothing else, and the case suffixes -in, -i, -e each mean one case. In a fusional language such as Russian, they note, there is "no element that exclusively expresses case or number": the genitive plural ending says both at once. English has the same fusion in miniature. Jurafsky and Martin point out that the -s of she reads encodes third person, singular and present tense in one segment, exactly as Spanish -o does.
The polysynthetic row borrows its form from a neighboring language on purpose. The slide names Inuktitut but prints no word, warning that examples vary by dialect and orthography and that the key property is morpheme density. Jurafsky and Martin's example is Koryak: t-ə-nk'e-mejŋ-ə-jetemə-nni-k, one word meaning "I sewed a lot of yurt covers in the middle of a night" (SLP3, example 2.9), and that is the form to quote for the polysynthetic type. Gupta and Boulianne (2020) describe Inuktitut as showing "a much higher degree of polysynthesis than other agglutinative languages usually considered in ASR, such as Finnish or Turkish", which is a useful reminder that polysynthetic languages are usually agglutinative too: the axes are independent.
Tendencies, not boxes
The slide's mental model is that a language can be "more X" in one subsystem and "more Y" in another, and this is not a hedge. Jurafsky and Martin write that "languages can make use of different morphological systems so it would be more accurate to talk about these as general tendencies." Bickel and Nichols (WALS chapter 22) give an example inside one language: "the English past, for example, is more synthetic than the future", because walked packs tense into the verb while will walk spends a separate auxiliary. So when you classify, name the subsystem: English verbs are mostly analytic with a fusional pocket, English Derivation is productive and concatenative, and Arabic verbs are fusional while Arabic attached function elements are clitic-like.
Where English and Arabic sit
Slide 26 places the two languages this course cares about. English is largely analytic: auxiliaries and word order do most of the grammatical work, and inflection is limited to a handful of endings, -s, -ed, -ing. But it has fusional pockets. am, is and are each bundle person, number and tense in a form with no separable ending at all, and went replaces the expected go-ed wholesale, a case of Suppletion. Where English is genuinely productive is derivation and Compounding: un-happi-ness, laptop, and every new noun coined this year.
Modern Standard Arabic sits elsewhere on both axes. Word formation follows templatic morphology, so a consonantal Root such as K-T-B is interleaved with vowel patterns, a non-concatenative mechanism that no amount of prefix and suffix cutting will recover. The verb system is largely fusional, and it is large: Obeid et al. (2020) note that this richness "leads to MSA verbs with upwards of 5,400 forms". On top of the templatic core sit the concatenative pieces from the previous concept, proclitics wa-, bi-, li- and the pronominal enclitics, which behave as clitics in NLP, plus the borderline al-. Sapir's own table, as reproduced by Arkadiev, files English as fusional and analytic and Arabic as fusional, symbolic and synthetic, which is the same placement in older words.
| Subsystem | English | Arabic (MSA) |
|---|---|---|
| Word formation | Productive derivation and compounding, concatenative | Templatic root-and-pattern, non-concatenative |
| Verb inflection | Limited: -s, -ed, -ing; fusional pockets am/is/are, go/went | Largely fusional; upwards of 5,400 forms per verb |
| Attached function elements | 's, 'm, 've, marked by apostrophe | wa-, bi-, li-, pronominal enclitics, written solid |
| Borderline element | n't | al- |
Recall
Classify Turkish, Spanish, Mandarin and Inuktitut by typology and give one form each.
Quick check
Turkish ev-ler-im-den gives each suffix exactly one function. Which typological tendency is that?
Quick check
Which set of English forms is a fusional pocket, where one form bundles several grammatical features?
The typology labels can be turned into a single number. Take a long text, count its morphemes, count its words, and divide. Joseph Greenberg proposed this ratio in 1960 as the Index of synthesis, "calculated as the ratio of morphemes to words in a sufficiently long text" (Arkadiev 2019). Try it on four English words: The cats walked home is the (1), cat-s (2), walk-ed (2), home (1), six morphemes over four words, an index of 1.5. Turkish ev-ler-im-den alone is 4 / 1 = 4.0, and the English equivalent from my houses is 4 / 3 ≈ 1.33.
Greenberg computed the index for eight languages, and the result is the number line on slide 27, reproduced from the same figure in Jurafsky and Martin (SLP3, figure 2.3). Vietnamese sits at the bottom with almost exactly one morpheme per word. English is close behind, which confirms the analytic label of the previous concept. Old English, Yakut, Swahili and Sanskrit cluster in the middle band, and Greenlandic (Eskimo in Greenberg's paper) stands far to the right at almost four morphemes per word. The bands drawn through this line are the ones you already know: analytic below about 2, synthetic between 2 and 3, polysynthetic above 3.
| Language | Greenberg | Slide | Band |
|---|---|---|---|
| Vietnamese | 1.06 | 1.1 | Analytic |
| Persian (Farsi) | 1.52 | 1.5 | Analytic |
| English | 1.68 | 1.7 | Analytic |
| Anglo-Saxon (Old English) | 2.12 | 2.1 | Synthetic |
| Yakut | 2.17 | 2.2 | Synthetic |
| Swahili | 2.55 | 2.5 | Synthetic |
| Sanskrit | 2.59 | 2.6 | Synthetic |
| Eskimo (Greenlandic) | 3.72 | 3.7 | Polysynthetic |
Greenberg's paper contains several more indices, and two of them explain what the synthesis number hides. Eskimo scores 2.72 on suffixation and 1.75 on inflection against English's 0.64 and 0.53; Swahili scores 1.16 on prefixation against English's 0.04. Swahili sits mid-synthetic not because it stacks suffixes but because its noun-class and agreement system lives in prefixes. Same band, different subsystem, which is the tendencies-not-boxes lesson in numbers.
Why the index decides your tokenizer
Slide 28 closes the morphology chapter with one sentence: "word" is not universal, because morphology and clitics change what counts as a Token. The index of synthesis makes that quantitative. Every extra morpheme per word multiplies the number of distinct surface forms a Lemma can take, and every clitic that attaches multiplies it again. Since a model's Vocabulary is a set of surface forms, a language with a high index and heavy cliticization will have a higher Type-token ratio (TTR), far more types for the same number of tokens, and far more of them will be Out-of-vocabulary (OOV) at test time. Recall Heaps' law from part 02: rich morphology tends to raise the exponent, so the vocabulary keeps growing quickly as the corpus grows.
Worked example
What clitic splitting does to an Arabic vocabulary (Alotaiby et al. 2010)
Whitespace tokens
A 600,000,000-word Arabic corpus has 2,207,637 unique whitespace tokens, against about 1.26 million for an equivalent English corpus, a ratio of about 1.76x.Split the clitics
After clitic tokenization with AMIRA the corpus grows to 848,000,000 tokens (about 1.41x more), because each clitic is now a token of its own.Count the types again
Unique tokens fall to 1,665,899, a reduction of 24.54%. The article al- alone accounts for 57.02% of clitic occurrences, wa- for 17.17%, li- for 6.35%, -hu for 5.55%, bi- for 4.9% and -hā for 4.41%.A quarter of the vocabulary was clitic combinations
Nothing about the language changed. A tokenization policy removed 541,738 types, which is why clitic splitting is the first preprocessing decision in Arabic NLP.
At the polysynthetic end the effect is far larger. Schwartz et al. (2020) compare the parallel Inuktitut and English sides of the Nunavut Hansard. The numbers below come from their table 3.2.
| Side | Tokens N | Types |V| | TTR |
|---|---|---|---|
| Inuktitut | 10,869,995 | 1,563,883 | 0.144 |
| English | 20,367,595 | 59,234 | 0.003 |
Inuktitut produces about 26 times as many types from about half as many tokens. Gupta and Boulianne (2020) report the practical consequence for speech recognition: even with a 1.3 million word vocabulary, held-out Inuktitut stories still have "more than 60% of words out-of-vocabulary". A word-level vocabulary cannot be made large enough. That is the open-vocabulary problem, and slide 28 lists three responses to it.
- Subword tokenization with BPE or WordPiece. Sennrich, Haddow and Birch (2016) motivated BPE for translation precisely because vocabularies are "typically limited to 30 000 to 50 000 words, but translation is an open-vocabulary problem", "especially for languages with productive word formation processes such as agglutination and compounding". WordPiece, from Wu et al. (2016), divides words "into a limited set of common sub-word units". Part 06 builds BPE from scratch.
- Morphological segmentation when linguistic structure matters. A frequency-driven tokenizer will not reliably cut وَبِالْبَيْت at the clitic boundaries. MADAMIRA and CAMeL Tools do, using an analyzer and an explicit scheme (ATB or D3), which is what you want when a downstream task needs the bare lemma.
- Careful preprocessing: case, punctuation and a stated clitic splitting policy. Jurafsky and Martin describe the pre-tokenization stage as "breaking the input at spaces and punctuation, stripping off clitics, and breaking numbers into sets of digits" (SLP3), which is the tokenization pipeline's first pass.
The last thread to pull runs into part 07. A multilingual subword vocabulary is trained mostly on English, and Jurafsky and Martin note that such tokenizers "use most of the tokens for English" while "the other languages tend to get their words split up into shorter tokens" (SLP3, section 2.4.3). Arabic suffers twice: it has less training data in the mix, and its clitics and templatic verbs (upwards of 5,400 forms per verb) spread that data across far more surface forms, so fewer of them earn a merge. The same sentence costs more tokens in Arabic than in English, which means more compute per sentence and a shorter effective context.
Recall
Define Greenberg's index of synthesis and place English on it.
Recall
Name the three NLP responses on slide 28 and one tool or paper for each.
Quick check
Which statement about Greenberg's 1960 morphemes-per-word index is correct?
Quick check
Why does a shared multilingual BPE vocabulary usually split Arabic words into more pieces than English words?
Recap
If you remember nothing else
- A clitic is a word in syntax and part of a word in sound; an affix is a paradigm member. Test selectivity and paradigm membership, not spelling.
- wa-, bi- and -hu attach to almost any host (clitics); -tu attaches only to verbs inside the conjugation paradigm (affix); al- is borderline and treated differently by ATB and D3.
- English n't is an affix by Zwicky and Pullum's six criteria, yet the Penn Treebank splits it: linguistic status and tokenization policy are separate choices.
- Typology has two independent axes: morphemes per word (analytic to polysynthetic) and segmentability (agglutinative to fusional). Languages show tendencies per subsystem, not one box.
- Mandarin isolating, Turkish agglutinative (ev-ler-im-den), Spanish fusional (habl-o), Inuktitut polysynthetic (one word, one clause).
- English is largely analytic with fusional pockets (am/is/are, went, reads); Arabic is templatic, fusional in verbs and clitic-heavy.
- Greenberg 1960: Vietnamese 1.06, Persian 1.52, English 1.68, Old English 2.12, Yakut 2.17, Swahili 2.55, Sanskrit 2.59, Eskimo 3.72. Arabic is not in his sample.
- Rich morphology multiplies surface forms (Arabic 1.76x the English vocabulary at 600M words; Inuktitut Hansard 26x the English types), which is why BPE and WordPiece, morphological segmentation and clitic policies exist.
Sources
- Speech and Language Processing, 3rd edition draft, chapter 2: Words and TokensBookJurafsky and Martin, StanfordClitic definition, figure 2.3, tendencies quote, Koryak example, Penn Treebank splitting, GPT-4o clitic behavior, multilingual BPE bias(opens in a new tab)
- Cliticization vs. Inflection: English n'tPaperLanguage 59(3), 1983, Zwicky and PullumSix diagnostics; selectivity criterion A; n't as an inflectional affix(opens in a new tab)
- A Quantitative Approach to the Morphological Typology of LanguagePaperInternational Journal of American Linguistics 26(3), 1960, GreenbergIndex of synthesis and the eight-language table, p. 193(opens in a new tab)
- Morphology in Typology: Historical Retrospect, State of the Art and ProspectsArticleOxford Research Encyclopedia of Morphology, 2019 preprint, ArkadievSapir's two axes; table 3 reproduces Greenberg's indices with two decimals(opens in a new tab)
- WALS chapter 21: Exponence of Selected Inflectional FormativesDocsWorld Atlas of Language Structures, Bickel and NicholsTurkish monoexponential versus Russian polyexponential case and number(opens in a new tab)
- WALS chapter 22: Inflectional Synthesis of the VerbDocsWorld Atlas of Language Structures, Bickel and NicholsSynthesis varies within one language: English past versus future(opens in a new tab)
- Introduction to Arabic Natural Language ProcessingBookSpringer, 2010, HabashArabic clitics, tokenization schemes and morphological analysis(opens in a new tab)
- MADAMIRA: A Fast, Comprehensive Tool for Morphological Analysis and Disambiguation of ArabicPaperLREC 2014, Pasha et al.Table 1: ATB tokenizes all clitics except the definite article, D3 tokenizes all clitics(opens in a new tab)
- CAMeL Tools: An Open Source Python Toolkit for Arabic Natural Language ProcessingPaperLREC 2020, Obeid et al.Upwards of 5,400 forms per MSA verb; D3 tokenization example(opens in a new tab)
- Clitics in Arabic Language: A Statistical StudyPaperPACLIC 24, 2010, Alotaiby, Foda and Alkharashi600M-word corpus, 2,207,637 to 1,665,899 unique tokens (24.54%), clitic frequency table(opens in a new tab)
- Neural Machine Translation of Rare Words with Subword UnitsPaperACL 2016, Sennrich, Haddow and BirchBPE for open-vocabulary translation, agglutination and compounding(opens in a new tab)
- Google's Neural Machine Translation System: Bridging the Gap between Human and Machine TranslationPaperarXiv, 2016, Wu et al.WordPiece sub-word units(opens in a new tab)
- Neural Polysynthetic Language ModellingPaperJSALT 2019 final report, arXiv 2020, Schwartz et al.Table 3.2: Nunavut Hansard token and type counts for Inuktitut and English(opens in a new tab)
- Automatic Transcription Challenges for Inuktitut, a Low-Resource Polysynthetic LanguagePaperLREC 2020, Gupta and BoulianneMore than 60% OOV with a 1.3 million word vocabulary; Inuktitut versus Finnish and Turkish(opens in a new tab)