ctext
index
 
Name getStrictSentenceStarts ( )
Examples
None available
Description Returns whether atypical sentence starts are permitted; e.g., 'THAT boy was good.', or 'Hymn22 is my favorite'. If true, only first words matching this regex: (\"?[A-Z][a-z"',;`]*) are allowed.
Syntax
getStrictSentenceStarts();
Returns None
Usage Web & Application
Related