Wednesday, March 25, 2015

for all lowercased sentences

Stanford corenlp has the caseless model.

If you want to provide one string as one sentence, use:

Properties props = new Properties();
            props.put("ssplit.eolonly", "true");
and append "\n" to your string.