sergey-tihon / Stanford.NLP.NET

Stanford NLP for .NET
http://sergey-tihon.github.io/Stanford.NLP.NET/
MIT License
595 stars 123 forks source link

Signed version for stanford.nlp.PosTagger #127

Closed vineet-singh26 closed 1 year ago

vineet-singh26 commented 1 year ago

can you please make the latest version signed in?

sergey-tihon commented 1 year ago

First of all you most likely need to use - Stanford.NLP.CoreNLP.

Second question, why do you need signature these days?

vineet-singh26 commented 1 year ago

Hi @sergey-tihon , I am using Stanford.NLP.PosTagger for fetching tags for a query. I am integrating it in my project, where we can't integrate packages which are not signed. Can you please help with that?

Plus, Stanford.NLP.PosTagger isn't this enough? All I want is to fetch tags for now.

Thankyou