Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 330 Bytes

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');