Text mining, fact extraction, semantic analysis using .Net [closed]
Asked Answered
G

1

6

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.

Granlund answered 26/2, 2010 at 21:55 Comment(0)
Z
3

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

Zygo answered 26/2, 2010 at 22:17 Comment(3)
Thanks for your reply. Perhabs I'll try to port some GATE moduls to .NET if I don't get any native .NET library.Granlund
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.Granlund
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/…Zygo

© 2022 - 2024 — McMap. All rights reserved.