Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi everyone! :)
Is there a tool for Part of Speech Tagging which is written in C#? I need your help guys! Thanks!
Posted

Hi,

You can try to use SharpNLP[^]
SharpNLP is a collection of natural language processing tools written in C#. Currently it provides the following NLP tools:

a sentence splitter
a tokenizer
a part-of-speech tagger
a chunker (used to "find non-recursive syntactic annotations such as noun phrase chunks")
a parser
a name finder
a coreference tool
an interface to the WordNet lexical database
 
Share this answer
 
Comments
Jomar Calandria 12-Jun-13 12:04pm    
is there no other tool?
Thomas Daniels 12-Jun-13 12:09pm    
I didn't find another tool, I'm sorry.
Jomar Calandria 12-Jun-13 12:19pm    
Thank you. How about in java? Do you know the standford university part of speech tagger?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900