A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
TextTokenizer — class, package com.adobe.linguistics.utils
The TextTokenizer class locates the boundaries of words in a block of text. Word boundary locations are found according to these general principles: Be able to tokenize a block of text specified by start and end positions Default separator is Unicode white space character.
TextTokenizer(textHolder:String, startIndex:int, endIndex:int) — Constructor, class com.adobe.linguistics.utils.TextTokenizer
The tokenizer for a String object.
TLFHighlighter — class, package com.adobe.linguistics.spelling.framework.ui
This class facilitates drawing of squiggly lines below words for TLF TextFlow class. The TextFlow class is responsible for managing all the text content of a story.
TLFHighlighter(textFlow:flashx.textLayout.elements:TextFlow) — Constructor, class com.adobe.linguistics.spelling.framework.ui.TLFHighlighter
The constructor for TLFHighlighter.
Token — class, package com.adobe.linguistics.utils
A Token is an occurrence of a word in a block of text.
Token(inFirst:int, inLast:int) — Constructor, class com.adobe.linguistics.utils.Token
The Token class.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z