First of all, thanks for this great application.
One thing that in my opinion would come in handy, is to make Extractor case-insensitive. Many news sites open their articles with a city in capitals, i.e. "NEW YORK - The mayor of New York has said that .... ".
A workaround is to add all the names also in capitals, but this will add those terms twice and is ofcourse undisireable.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 753876-3_case_insensitive.patch | 994 bytes | alex_b |
| #2 | extractor_simple_case_insensitive.patch | 574 bytes | medieval111 |
Comments
Comment #1
Will White commentedMoving this to the Extractor project.
Comment #2
medieval111 commentedI just found out that the function "_extractor_simple_lookup" is case insensitive. That function is called by "extractor_simple_extract", which is NOT case insensitive!
So I wrote a simple patch to solve that. Works for me....
Comment #3
alex_b commentedIt should be
Otherwise we get matches like wash == washington
Comment #4
alex_b commentedCommitted, thank you.
http://drupal.org/cvs?commit=419382