org.crosswire.jsword.book
Interface UnAccenter


public interface UnAccenter

An object implementing this interface is able to unaccent the texts. If set on the BookData, then the texts are cleansed before parsing

Author:
DM Smith
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 String unaccent(String accentedForm)
          Unaccents the text give
 

Method Detail

unaccent

String unaccent(String accentedForm)
Unaccents the text give

Parameters:
accentedForm - the form, with potential accents
Returns:
the same string as input, but without any accents, cantillation, etc.

Copyright ? 2003-2011