On 10/05/2013 11:58 PM, Mark G wrote:
2. Discovery of indicators for "country context" should be regex based, in
order to provide a more robust ability to discover context

Currenty I use a String.indexOf(term) to discover the country hit list.
Regex would allow users to configure interesting ways to indicate
countries. Regex will also provide the array of start/end I need for issue
1 from its Matcher.find

Can we reuse the name finder for this? The user could simply provide a name finder which can do this depending on what is possible for him, e.g. trained on his data, regex based,
dictionary based, etc.

Jörn

Reply via email to