hctilg/finglish

此库提供了一个芬兰语到波斯语的转换器。

v1.1 2024-05-18 19:56 UTC

This package is auto-updated.

Last update: 2024-09-18 20:40:54 UTC


README

此库提供了一个芬兰语到波斯语的转换器。

返回值是一个可能性列表,每个可能性都有一个在 [0.0, 1.0] 范围内的置信度值。

<?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") );  // "آسمان آبی"