Skip to content

jze/phonet4java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonet4java

travis-ci codecov

The project provides Java implementations for several phonetic algorithms like:

  • Soundex
  • Metaphone
  • Kölner Phonetik
  • Phonet

Usage

The usage is very simple. Just create an instance of the required encoder and invoke the code method. Here is a simple example.

Coder c = new Phonet2();
c.code("Kiel");

Maven

To use the library you can simply add a dependency to phonet4java like this:

<dependency>
	<groupId>de.zedlitz</groupId>
	<artifactId>phonet4java</artifactId>
	<version>1.1</version>
</dependency>

About

Implementation of various phonetic algorithms in Java.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages