GithubHelp home page GithubHelp logo

temistokles / genderer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haltuf/genderer

0.0 0.0 0.0 10.07 MB

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

PHP 100.00%

genderer's Introduction

Genderer

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.

genderer's People

Contributors

haltuf avatar temistokles avatar jbrada avatar mlutonsky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.