class documentation

class MacIntyreContractions: (source)

View In Hierarchy

List of contractions adapted from Robert MacIntyre's tokenizer.

Constant CONTRACTIONS2 Undocumented
Constant CONTRACTIONS3 Undocumented
Constant CONTRACTIONS4 Undocumented
CONTRACTIONS2: list[str] = (source)

Undocumented

Value
['(?i)\\b(can)(?#X)(not)\\b',
 '(?i)\\b(d)(?#X)(\'ye)\\b',
 '(?i)\\b(gim)(?#X)(me)\\b',
 '(?i)\\b(gon)(?#X)(na)\\b',
 '(?i)\\b(got)(?#X)(ta)\\b',
 '(?i)\\b(lem)(?#X)(me)\\b',
 '(?i)\\b(more)(?#X)(\'n)\\b',
...
CONTRACTIONS3: list[str] = (source)

Undocumented

Value
['(?i) (\'t)(?#X)(is)\\b', '(?i) (\'t)(?#X)(was)\\b']
CONTRACTIONS4: list[str] = (source)

Undocumented

Value
['(?i)\\b(whad)(dd)(ya)\\b', '(?i)\\b(wha)(t)(cha)\\b']