0
votes
5answers
163 views
How to define person’s names in text (Java)
I have some input text, which contains one or more human person names. I do not have any dictionary for these names. Which Java library can help me to define names from my input text?
I looked through …
4
votes
3answers
329 views
Methods for Geotagging or Geolabelling Text Content
What are some good algorithms for automatically labeling text with the city / region or origin? That is, if a blog is about New York, how can I tell programatically. Are there packages / papers …
4
votes
3answers
544 views
Algorithms for named entity recognition
Hello!
I would like to use named entity recognition (NER) to find adequate tags for texts in a database.
I know there is a Wikipedia article about this and lots of other pages describing NER, I …
2
votes
9answers
381 views
Algorithms recognizing physical address on a webpage
What are the best algorithms for recognizing structured data on an HTML page?
For example Google will recognize the address of home/company in an email, and offers a map to this address.
1
vote
2answers
636 views
Named Entity Recognition Libraries for Java
I am looking for a simple but "good enough" Named Entity Recognition library (and dictionary) for java, I am looking to process emails and documents and extract some "basic information" like:
Names, …
