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:
The GNU Lesser General Public License for details.

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-2015