[
https://issues.apache.org/jira/browse/TEXT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15681676#comment-15681676
]
Bruno P. Kinoshita commented on TEXT-16:
----------------------------------------
A great suggestion from [~britter] in the dev-list is to look at ResourceBundle
for the locale specific strings.
Here are some pointers
https://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html
https://docs.oracle.com/javase/tutorial/i18n/resbundle/concept.html
> Make HumanNameParser configurable
> ---------------------------------
>
> Key: TEXT-16
> URL: https://issues.apache.org/jira/browse/TEXT-16
> Project: Commons Text
> Issue Type: Improvement
> Reporter: Bruno P. Kinoshita
> Assignee: Benedikt Ritter
> Priority: Minor
> Labels: Refactoring
> Fix For: 1.x
>
>
> From http://markmail.org/thread/da7ayocit2dl4otv
> - The constructor of the parser takes configuration options which can be
> reused for several names to parse
> - the parse method takes a string as parameter, containing a name
> - the parse method returns an immutable Name objects which has getters for
> firstName, lastName etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)