I'm looking for any free tools/components/libraries that allow me to take anvantage of text mining, fact extraction and semantic analysis in my .NET application.

The GATE project is what I need but it is written in Java. Is there something like GATE in the .NET world?

My challange is to extract certain facts out of website text content. I plan to use some NLP algorithms to achieve such functionality, but I'm not sure how do I implement them, so I'm gonna use any existing solutions if they were available.

I'll appreciate if you could give me some tips. I'm new in this area, so any related info would be very usefull for me.

link|improve this question
feedback

2 Answers

I've had a lot of success using IKVM to port Java jars to .NET assemblies, you might try that out on GATE.

link|improve this answer
Thanks for your reply. Perhabs I'll try to port some GATE moduls to .NET if I don't get any native .NET library. – Freak Wild Cowhunter Feb 26 '10 at 23:55
I've tried it out and successfully converted almost all .class files into one .NET dll. Thanks again, it's the best solution I've found by now. – Freak Wild Cowhunter Mar 2 '10 at 13:24
1  
Great! One caveat is there may be some issues in an x64 environment. Otherwise, we found performance to be much better for ported libraries than the native JVM - go figure. Read more here - trycatchfail.com/blog/post/2008/11/03/… – James Kolpack Mar 2 '10 at 13:41
feedback

You might try it: http://www.lemurproject.org/

link|improve this answer
It seems not to be what I meant. It allows to index, search and retrieve general statistical info, but I need to retrieve certain facts about given subjects out of large amount of text. – Freak Wild Cowhunter Mar 1 '10 at 20:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.