![]() |
|
NLP library for .NET - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: NLP library for .NET (/Thread-NLP-library-for-NET) |
NLP library for .NET - Deque - 06-05-2013 Does anyone of you have experience with natural language processing (NLP)? I am looking for a .NET library for NLP that I can use with Mono. I found SharpNLP, which is a port of OpenNLP to C#, but it is not up to date. It has been updated the last time in 2006. Proxem has made the Antelope framework: https://www.proxem.com/en/technology/antelope-framework/ The edition is from 2009 (also not really up-to-date). Any experiences with it? RE: NLP library for .NET - Psycho_Coder - 06-05-2013 Please have a look at the following (though I think you have already visited this link):- http://rootzit-technology.blogspot.in/2013/02/natural-language-processing-tools.html RE: NLP library for .NET - Deque - 06-05-2013 (06-05-2013, 09:42 AM)Psycho_Coder Wrote: Please have a look at the following (though I think you have already visited this link):- Thanks. I had a similar site, but not this one. At least it answered one question for me, that is whether it is a good idea to use NLTK with IronPython: http://blog.samibadawi.com/2010/03/open-source-nlp-in-c-35-using-nltk.html I will be looking into SharpNLP for now. Proxem's Antelope seems to have a bad documentation. RE: NLP library for .NET - Psycho_Coder - 06-05-2013 (06-05-2013, 11:46 AM)Deque Wrote:(06-05-2013, 09:42 AM)Psycho_Coder Wrote: Please have a look at the following (though I think you have already visited this link):- No need to thank for it :happy: , It is my pleasure if it helped you :lub: |