A C# version of Hazm (Python library for digesting Persian text)
- Text cleaning
- Sentence and word tokenizer
- Word lemmatizer
- POS tagger
- Dependency parser
- Corpus readers for:
- Stanford Log-linear Part-Of-Speech Tagger for .NET: can be installed from NuGet:
Install-Package Stanford.NLP.POSTagger
- MaltParser for .NET can be installed from NuGet:
Install-Package MaltParser
- You can download pre-trained tagger and parser models for persian and put these models in the
Resources
folder of your project.