Lines Matching refs:sentence
3 [![License](https://img.shields.io/github/license/vanderlee/php-sentence.svg)]()
4 [![Build Status](https://travis-ci.org/vanderlee/php-sentence.svg?branch=master)](https://travis-ci.org/vanderlee/PHPSwaggerGen)
5 [![Quality](https://scrutinizer-ci.com/g/vanderlee/php-sentence/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/vanderlee/PHPSwaggerGen)
14 PHP natural language sentence segmentation (splitting) and counting.
28 composer require vanderlee/php-sentence
42 each returned sentence.
52 . " my friend?\n\nI hope it's good. This last sentence will"
76 sentence count except in very uncommon situations.
85 - The end of the text indicates the end if a sentence if not otherwise ended
88 - An empty line is not a sentence.
90 the end of a sentence.
91 - A single period is considered the end of a sentence, unless...
94 - A sequence of multiple periods is not considered the end of a sentence.