Download the PHP package mathsgod/semantic-splitter-php without Composer
On this page you can find all versions of the php package mathsgod/semantic-splitter-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mathsgod/semantic-splitter-php
More information about mathsgod/semantic-splitter-php
Files in mathsgod/semantic-splitter-php
Download mathsgod/semantic-splitter-php
More information about mathsgod/semantic-splitter-php
Files in mathsgod/semantic-splitter-php
Vendor mathsgod
Package semantic-splitter-php
Short Description A PHP library for splitting the paragraphs of a text into sentences based on semantic meaning.
License MIT
Package semantic-splitter-php
Short Description A PHP library for splitting the paragraphs of a text into sentences based on semantic meaning.
License MIT
Please rate this library. Is it a good library?
Informations about the package semantic-splitter-php
Semantic Text Splitter
This is a simple tool to split a text into sentences by semantic meaning. Each sentence will be grouped together if they have similar meaning. Each sentence should be separated by a newline character.
Installation
Usage
/// Output
Embedding retriever
Semantic Text Splitter requires an embedding retriever to work. You can implement your own retriever by implementing the TextSplitter\EmbeddingRetrieverInterface
interface.
All versions of semantic-splitter-php with dependencies
PHP Build Version
Package Version
No informations.
The package mathsgod/semantic-splitter-php contains the following files
Loading the files please wait ....