Documentation
¶
Overview ¶
Package tokiponatokens is a wrapper to a Toki Poka tokenizer. I have an instance set up here: https://us-central1-golden-cove-408.cloudfunctions.net/function-1
Index ¶
Constants ¶
View Source
const ( // Who/what the sentence is addressed to in Parts. PartAddress = `address` PartSubject = `subject` PartObjectMarker = `objectMarker` PartVerbMarker = `verbMarker` PartPrepPhrase = `prepPhrase` PartInterjection = `interjection` // A foreign name. PartCartouche = `cartouche` // Most sentences will end in this. PartPunctuation = `punctuation` )
Individual part type values.
View Source
const ( PunctPeriod = `period` PunctQuestion = `question` PunctExclamation = `exclamation` PunctComma = `comma` )
Punctuation constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.