All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.regex-splitter.internal-split-patterns.txt Maven / Gradle / Ivy

Go to download

ANNIE is a general purpose information extraction system that provides the building blocks of many other GATE applications.

There is a newer version: 9.1
Show newest version
//These are patterns for sentence splits
//
// Valentin Tablan, 24 Aug 2007
//
//
// Lines starting with // are comments; empty lines are ignored

//between 1 and 3 full stops
\.{1,3}"?

//up to 4 ! or ? in sequence
(!|\?){1,4}"?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy