Searched refs:Sentence (Results 1 – 12 of 12) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/ |
H A D | AnalyzeSyntaxResponse.php | 27 protected $sentencesType = Sentence::class; 47 * @param Sentence[] 54 * @return Sentence[]
|
H A D | AnalyzeSentimentResponse.php | 29 protected $sentencesType = Sentence::class; 61 * @param Sentence[] 68 * @return Sentence[]
|
H A D | AnnotateTextResponse.php | 33 protected $sentencesType = Sentence::class; 95 * @param Sentence[] 102 * @return Sentence[]
|
H A D | Sentence.php | 20 class Sentence extends \Google\Model class 58 class_alias(Sentence::class, 'Google_Service_CloudNaturalLanguage_Sentence');
|
/plugin/aichat/vendor/vanderlee/php-sentence/tests/ |
H A D | SentenceTest.php | 3 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...] |
H A D | MultibyteTest.php | 3 namespace Vanderlee\Sentence\Tests; 5 use Vanderlee\Sentence\Multibyte; 11 * @covers Sentence::count
|
/plugin/aichat/vendor/vanderlee/php-sentence/ |
H A D | README.md | 1 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/ |
H A D | Embeddings.php | 14 use Vanderlee\Sentence\Sentence; 328 $sentenceSplitter = new Sentence(); 341 'Sentence too long, splitting not implemented yet' 10 use Vanderlee\Sentence\Sentence; global() alias
|
H A D | composer.lock | 180 "Vanderlee\\Sentence\\": "src"
|
/plugin/aichat/vendor/vanderlee/php-sentence/src/ |
H A D | Sentence.php | 3 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.
|
H A D | Multibyte.php | 3 namespace Vanderlee\Sentence;
|
/plugin/pagequery/ |
H A D | readme.md | 62 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:
|