1
0
Fork 0

swapped the positions of '.' and ','

This commit is contained in:
Dimo Karaivanov 2023-01-05 17:25:31 +02:00
parent 5726a3b451
commit 6d1420dd09

View file

@ -8,7 +8,7 @@ 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(