Documentation
¶
Overview ¶
Package contractions provides a filter to expand English contractions, such as "don't" → "does not", for use with jargon
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Expand ¶
func Expand(incoming *jargon.TokenStream) *jargon.TokenStream
Expand converts single-token contractions to non-contracted version. Examples: don't → does not We’ve → We have SHE'S -> SHE IS
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.