Download the PHP package hamidgh83/language-detection without Composer
On this page you can find all versions of the php package hamidgh83/language-detection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hamidgh83/language-detection
More information about hamidgh83/language-detection
Files in hamidgh83/language-detection
Package language-detection
Short Description A language detection library for PHP. Detects the language from a given text string.
License MIT
Homepage https://github.com/hamidgh83/language-detection
Informations about the package language-detection
The package
language-detection
ُThis is an extension of language-detection where you can find its documentation.
This library can detect the language of a given text string. It can parse given training text in many different idioms into a sequence of N-grams and builds a database file in JSON format to be used in the detection phase. Then it can take a given text and detect its language using the database previously generated in the training phase. The library comes with text samples used for training and detecting text in 110 languages.
Installation with Composer
Note: This library requires the Multibyte String extension in order to work.
Basic Usage
Basic usage of this library is the same as original library but the following methods has beed added:
bestResult()
Returns the best result as a string.
Result:
getSupportLanguages()
This method returns a list if supportted languages as an array.
Result:
getLanguageProps($lang)
Every language has their own properties and you can get the it as follow:
Result:
Supported languages
The library currently supports 110 languages. To get an overview of all supported languages please have a look at here.
All versions of language-detection with dependencies
ext-mbstring Version *