moved the underscore to 0-key
This commit is contained in:
parent
7fe043c846
commit
9337a175a7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ import java.util.Arrays;
|
||||||
|
|
||||||
public class Punctuation {
|
public class Punctuation {
|
||||||
final public static ArrayList<String> Main = new ArrayList<>(Arrays.asList(
|
final public static ArrayList<String> Main = new ArrayList<>(Arrays.asList(
|
||||||
",", ".", "-", "_", "(", ")", "[", "]", "&", "~", "`", "'", ";", ":", "\"", "!", "?"
|
",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "'", ";", ":", "\"", "!", "?"
|
||||||
));
|
));
|
||||||
|
|
||||||
final public static ArrayList<String> Secondary = new ArrayList<>(Arrays.asList(
|
final public static ArrayList<String> Secondary = new ArrayList<>(Arrays.asList(
|
||||||
" ", "\n", "@", "%", "#", "$", "{", "}", "^", "<", ">", "\\", "/", "=", "*", "+"
|
" ", "\n", "@", "_", "#", "%", "$", "{", "}", "^", "<", ">", "\\", "/", "=", "*", "+"
|
||||||
));
|
));
|
||||||
|
|
||||||
final private static ArrayList<String> TextEmoticons = new ArrayList<>(Arrays.asList(
|
final private static ArrayList<String> TextEmoticons = new ArrayList<>(Arrays.asList(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue