Skip to content

This package find sentence from given word/phrase

Notifications You must be signed in to change notification settings

buchin/sentence-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentence Finder

This package find sentence from given word/phrase

Installation

composer require buchin/sentence-finder

Usage Example

use Buchin\SentenceFinder\SentenceFinder;

// $sentences will contains array of sentences
$finder = new SentenceFinder;
$sentences = $finder->findSentence('word');

About

This package find sentence from given word/phrase

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages