tangentum technologies    
 

Deutsch

   
   
 
    com.tangentum.phonetix (Phonetix)
Phonetix
v0.2

Package com.tangentum.phonetix

Provides classes for the implementation of some phonetic algorithmes.

See:
          Description

Class Summary
DoubleMetaphone Encoder implementing the phonetic algorithm "DoubleMetaphone".
Exact Encoder implementing exact copy of given words.
LowerCase Encoder implementing lower-case copy of given words.
Metaphone Encoder implementing the phonetic algorithm "Metaphone".
MetaphoneEncoder Abstract base class of "metaphone"-encoders.
PhoneticEncoder PhoneticEncoders generate one or more keys for a given word using a phonetic algorithm.
Soundex Encoder implementing the phonetic algorithm "Soundex".
UpperCase Encoder implementing upper-case copy of given words.
 

Package com.tangentum.phonetix Description

Provides classes for the implementation of some phonetic algorithmes.

Package Specification

This package provides implementations of some popular phonetic algorithms. The algorithms are embodied in classes which implement a simple and generic encoder-interface.

For examples of usage, please see the implementations of the main-methods of the corresponding classes.


Phonetix
v0.2

Copyright © 1996-2003 Claus Engel. All Rights Reserved.