vote up 0 vote down star

Hi, Im trying to implement NLP in my project, I need to Tag the words as Person,Location ,Organix=sation etc..If any body knows the logic please let me know.. Regards, Stack

flag
Are you looking for link to a library of NLP implementations? Or do you want to write your own from scratch? – APC Aug 25 at 6:19
im looking for a link to nlp library implementation,parsing ,chunking,tokenising all these functionalities i achived, now i need to tag them... – stack Aug 25 at 6:57

2 Answers

vote up 2 vote down

The task you want to perform is known as Named Entity Recognition (NER).

The majority of software for doing NER is in Java. For example, the Stanford NER system and the OpenNLP NER system. There are far fewer similar libraries written in C#, however I found SharpNLP through a Google search. I have not used it personally so I have no idea how well it works.

link|flag
vote up 0 vote down

There is a nice web-service by Reuters: http://www.opencalais.com/. You can access it via an API.

I thought that the demo was impressive http://viewer.opencalais.com/.

I did not pursue it further, as I want to create a German application. Calais is only supporting English.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.