keyword scanner/parser

  • Thread starter Thread starter Tem
  • Start date Start date
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
 
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
 
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?
 
Back
Top