wdmg/lingua-detect
Composer 安装命令:
composer require wdmg/lingua-detect
包简介
Language detection by source text.
README 文档
README
LinguaDetect
Language detection by source text.
Based on alphabets and language recognition chart. It describes a variety of simple clues one can use to determine what language a document is written in with high accuracy. See more [https://en.wikipedia.org/wiki/Wikipedia:Language_recognition_chart]
Support en, ru, uk, fr, es, de, it, pl, hu, el locales.
Requirements
- PHP 5.6 or higher
Installation
To install the library, run the following command in the console:
$ composer require "wdmg/lingua-detect"
Usage
<?php
$text = 'Chicago has many historic places to visit. Keith found the Chicago Water Tower impressive as it is one
of the few remaining landmarks to have survived the Great Chicago Fire of 1871.';
$detector = new LinguaDetect();
print $detector->process($text);
?>
Status and version [ready to use]
- v.1.0.1 - Added namespace
- v.1.0.0 - Added LinguaDetect() class
Copyrights
- Copyright (c) 2020 W.D.M.Group, Ukraine (https://wdmg.com.ua/)
- Copyright (c) 2020 by Alexsander Vyshnyvetskyy alex.vyshnyvetskyy@gmail.com
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-06