Recommend this page to a friend! |
Download |
Info | Example | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
46% | Total: 358 | All time: 6,934 This week: 673 |
Version | License | PHP version | Categories | |||
vowcon 1.2 | GNU Lesser Genera... | 4.2 | Algorithms, PHP 5, Text processing |
Description | Author | |||
This package can be used to determine if words in a string are real or made up. Innovation Award
|
<?php |
This package provides two classes which can be used for analyzing text with regards to patterns of vowels and consonants. In natural language, there is a certain balance between the two: there are rarely very many consecutive consonants or vowels in a real word.
Many spambots include a randomly generated word in their payload, these words will fail the tests provided by this package.
Screenshots (2) | ||
Files (8) |
File | Role | Description | ||
---|---|---|---|---|
screenshots (2 files) | ||||
README.md | Data | Auxiliary data | ||
ScandinavianVowConAnalyzer.class.php | Class | Adds scandinavian (norwegian/danish) vowels | ||
VowCon.php | Class | Defines VowConStats and VowConAnalyzer classes | ||
VowCon_test_1.php | Example | basic tests |
Files (8) | / | screenshots |
File | Role | Description |
---|---|---|
vowcon_test_1.png | Icon | Icon image |
vowcon_test_2.png | Icon | Icon image |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
75% | 1 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
PHP Spam Check | For vowel/consonant analysis | Required |