keyword scanner/parser

T

Tem

Does anyone know of a good keyword parser written in c#?
The input would be a paragraph of text and output would be a list of
keywords that are most relevant to that paragraph.
Like what a search engine does.


Tem
 
C

csharp

Have you looked at the Google Desktop API?

try and have a look at the ifilters stuff from microsoft. there are
ways to use them to index your files and use the indexing service to
get the information you are looking for out of the os. I am not sure
how, I have found IFilter in sharepoint a fantastic addition. there is
also ms search server ,but that might just be over kill what what you
want it.
http://www.microsoft.com/downloads/...37-719C-4077-B5C6-CAC34F4227CC&displaylang=en
 
T

Tem

Thanks for the link
I installed it but couldn't find any instructions on how to use it.
how do I interface with the filter?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top