hctilg/finglish
最新稳定版本:v1.1
Composer 安装命令:
composer require hctilg/finglish
包简介
This library provides a Finglish-to-Persian convertor.
README 文档
README
This library provides a Finglish-to-Persian convertor.
The return value is a list of possibilities, each with a confidence value in the [0.0, 1.0] range.
<?php // checking the exists Library. if (!file_exists("finglish.php")) { copy('https://raw.githubusercontent.com/hctilg/finglish/main/index.php', 'finglish.php'); } // require Library. require_once('finglish.php'); $model = new Finglish(); var_dump( $model("aseman abi") ); // "آسمان آبی"
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-18