Is there any Part-Of-Speech tagger in C#? [closed]
Asked Answered
T

1

8

My data pre-processing for data clustering needs part of speech (POS) tagging. I am wondering if there's some library in C# ready for this.

Trakas answered 19/2, 2014 at 4:53 Comment(0)
I
5

SharpNLP

The best tool for natural language processing implemented in c# is SharpNLP.

SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.

Embedding IronPython and NLTK

Python provides a package NLTK (Natural Language Toolkit) used widely by many computational linguists, NLP researchers.

One can try to embed IronPython under C# and run NLTK from there.

You can check the following link on how to do it.

Indocile answered 19/2, 2014 at 8:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.