Home
last modified time | relevance | path

Searched refs:Sentence (Results 1 – 12 of 12) sorted by path

/plugin/aichat/
H A DEmbeddings.php13 use Vanderlee\Sentence\Sentence;
289 $sentenceSplitter = new Sentence();
302 'Sentence too long, splitting not implemented yet'
10 use Vanderlee\Sentence\Sentence; global() alias
H A Dcomposer.lock180 "Vanderlee\\Sentence\\": "src"
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md1 Sentence chapter
15 Sentence boundary disambiguation.
41 - **`Sentence::SPLIT_TRIM`**: Trim whitespace off the left and right sides of
56 $Sentence = new \Sentence;
59 $sentences = $Sentence->split($text);
62 $count = $Sentence->count($text);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php3 namespace Vanderlee\Sentence;
H A DSentence.php3 namespace Vanderlee\Sentence;
8 * Sentence count should be VERY close to the truth.
17 class Sentence class
400 * Set the Sentence::SPLIT_TRIM flag to trim whitespace.
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php3 namespace Vanderlee\Sentence\Tests;
5 use Vanderlee\Sentence\Multibyte;
11 * @covers Sentence::count
H A DSentenceTest.php3 namespace Vanderlee\Sentence\Tests;
6 use Vanderlee\Sentence\Sentence; alias
9 * @coversDefaultClass \Vanderlee\Sentence\Sentence
15 * @var Sentence
25 $this->object = new \Vanderlee\Sentence\Sentence();
168 $this->assertSame(['Hello world.', 'Are you there'], $this->object->split('Hello world. Are you there', Sentence::SPLIT_TRIM));
169 $this->assertSame(['Hello world.', 'Are you there?'], $this->object->split('Hello world. Are you there?', Sentence
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnalyzeSentimentResponse.php29 protected $sentencesType = Sentence::class;
61 * @param Sentence[]
68 * @return Sentence[]
H A DAnalyzeSyntaxResponse.php27 protected $sentencesType = Sentence::class;
47 * @param Sentence[]
54 * @return Sentence[]
H A DAnnotateTextResponse.php33 protected $sentencesType = Sentence::class;
95 * @param Sentence[]
102 * @return Sentence[]
H A DSentence.php20 class Sentence extends \Google\Model class
58 class_alias(Sentence::class, 'Google_Service_CloudNaturalLanguage_Sentence');
/plugin/pagequery/
H A Dreadme.md62 If you wanted to see the results in 3 columns and to have the links in "Sentence Case" with no underscores, then add this:
66 Another example, grouping by //year created//, then //month created//, then by //name//, in 2 columns, and displaying the real month name, plus having the links in "Sentence Case" with no underscores, and to top it off: a border around the table columns: