Tokenizer

tokenizer~ Tokenizer

new Tokenizer()

Source:

Members

CHANNEL_PREFIX :string

Source:
Type:
  • string

USER_PREFIX :string

Source:
Type:
  • string

SEPARATOR_CHARACTERS :Array

Source:
Type:
  • Array

CHANNEL_ALLOWED_CHARACTERS :array

Source:
Type:
  • array

USER_ALLOWED_CHARACTERS :array

Source:
Type:
  • array

Methods

(static) tokenize(text) → {Array.<Token>}

Source:
Parameters:
Name Type Description
text string
Returns:
Type
Array.<Token>