The line below splits my string on (.), (,), (:) and newline (\\n) characters.
.
,
:
\\n
String[] textPhrases = text.sp
This is regex. A hyphen has a special meaning inside a character class. You need to place the hyphen as the first or last item in the class:
[-.,:\n]