Tagged Questions
9
votes
3answers
3k views
Algorithms for named entity recognition
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 would ...
3
votes
1answer
50 views
Suggest semantic tags for short snippets of text
I am interested in generating a list of suggested semantic tags (via links to Freebase, Wikipedia or another system) to a user who is posting a short text snippet. I'm not looking to "understand" ...
2
votes
1answer
721 views
Named Entity Recognition for NLTK in Python. Identifying the NE
I need to classify words into their parts of speech. Like a verb, a noun, an adverb etc..
I used the
nltk.word_tokenize() #to identify word in a sentence
nltk.pos_tag() #to identify the parts ...
0
votes
2answers
335 views
Named Entity Recognition from personal Gazetter using Python
I try to do named entity recognition in python using NLTK.
I want to extract personal list of skills.
I have the list of skills and would like to search them in requisition and tag the skills.
I ...
0
votes
2answers
425 views
Named entity recognition with preset list of names for Python / PHP
I'm trying to process a CSV file that has as in each row a text field with the name of organization and position of an individual within that organization as unstructured text. This field is usually ...