承接 haltuf/genderer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

haltuf/genderer

最新稳定版本:v0.3

Composer 安装命令:

composer require haltuf/genderer

包简介

Independent library to detect gender by name in Czech. Also returns 5th grammatical case (vocative) for salutation.

README 文档

README

Build Status Coverage Status

Independent library to detect gender by name in Czech language. Also provides 5th grammatical case (vocative) for salutation. Nezávislá knihovna pro detekci pohlaví podle jména. Kromě toho je schopna dle zadaného jména vrátit 5. pád pro oslovení.

See example.php for example of use.

Please be patient, this is my first github project and I use it as a testing playground.

Versions

List of current versions:

Status Version Composer PHP
stable 0.3 ~0.3 >= 5.3, <= 8.0
stable 0.2 ~0.2 >= 5.3, <= 7.3
stable 0.1 ~0.1 >= 5.3, <= 7.1

Requirements

  • PHP 5.3.1 or higher
  • Sqlite3 extension
  • mbstring extension

The library was written as a standalone tool with zero dependencies to other projects. This way you can use it in any project or framework you like. If you want to use it in combination with Nette Framework, check out GenderHelper.

Installation

Easiest way to install is through composer

composer require haltuf/genderer

Usage

use Haltuf\Genderer\Genderer ;

$g = new Genderer ;

// Dobrý den, Tomáši Vomáčko
echo "Dobrý den, " . $g->getVocative("Tomáš Vomáčka");

// 'm' = male, 'f' = female
echo "Pohlaví: " . $g->getGender("Tomáš Vomáčka");

// Dobrý den, MUDr. Tomáši Amosi Březino
echo "Dobrý den, " . $g->getVocative("MUDr. Tomáš Amos Březina");

Data source

The database of names comes from Trixi blog and is a compilation of the government oficial database (MVCR) and the contribution of authors working on validace.cz project.

统计信息

  • 总下载量: 220.63k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 32
  • 点击次数: 3
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 32
  • Watchers: 2
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 未知

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固