GithubHelp home page GithubHelp logo

soundex-fr-bundle's Introduction

Soundex FR Bundle

The bundle provides a Soundex FR integration for your Symfony2 Project. It automatically registers the new soundex_fr service. Original Soundex FR by Édouard BERGÉ.

Installation

Require the bundle with composer:

composer require keller/soundex-fr-bundle

Add bundle to your application kernel:

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Keller\SoundexFrBundle\KellerSoundexFrBundle(),
        // ...
    );
}

Usage

The soundex_fr service is very simple to use:

$this->get('soundex_fr')->phonetique('Éléphant'); // ELEFAN

License

Cet algorithme et son application en PHP sont tous deux distribués sous la licence

    Creative Commons Paternité - Pas d'Utilisation Commerciale 2.0
        http://creativecommons.org/licenses/by-nc/2.0/fr/

Vous êtes libres :

  • de reproduire, distribuer et communiquer cette création au public
  • de modifier cette création

Selon les conditions suivantes :

  • Paternité. Vous devez citer le nom de l'auteur original de la manière indiquée par l'auteur de l'oeuvre ou le titulaire des droits qui vous confère cette autorisation (mais pas d'une manière qui suggérerait qu'ils vous soutiennent ou approuvent votre utilisation de l'oeuvre). Demande de l'auteur: Citer "Édouard BERGÉ" et/ou "http://www.roudoudou.com"
  • Pas d'Utilisation Commerciale. Vous n'avez pas le droit d'utiliser cette création à des fins commerciales sauf autorisation de l'auteur.

soundex-fr-bundle's People

Contributors

nick-keller avatar

Stargazers

Bertrand Mansion avatar  avatar Jérémy Huet avatar Stephane Ferey avatar  avatar

Watchers

 avatar  avatar

Forkers

accuont1375

soundex-fr-bundle's Issues

Sample or Unit Test

Hi,
I try to translate your code for NodeJS,
Do you have some matching string to unittest if I missed something ?

Thanks !

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.