public class EmoticonFST extends Object
| Constructor and Description |
|---|
EmoticonFST() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInitialEmoticonChar(char c) |
static int |
recognizeEmoticon(String str)
Determines if the next token in the supplied string is an emoticon.
|
public static int recognizeEmoticon(String str)
str - - the string to be checked for an emoticonpublic static boolean isInitialEmoticonChar(char c)
Copyright © 2017. All rights reserved.