PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Guillermina Gonjon   PHP Sentence Tokenizer   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Sentence Tokenizer
Parse sentences and extract their word features
Author: By
Last change:
Date: 2 years ago
Size: 712 bytes
 

Contents

Class file image Download

Language: Sentence: Word Detection

Sentence parts, and words identification Here are a few classes not yet related identifying the parts of a sentence, another accepts words and organize them into subject and predicative and later into sentence.

The current stage for this project is Alpha. <img src="https://raw.githubusercontent.com/gmanon/language/sentence/sentence/language_data/sentence_elements_finder.png" alt="language-sec:sentence element finder">

<h2>Sentence Builder class</h2> Sentence Builder builds sentences from given words. It would work together with the sentence elements filter. Once you have gother random words, you will pass it to sentence builder to build an organized sentence.