Does any kind person have a simple example Package for undertaking 'Text Extraction' on one or two columns of text data in a SQL Server table (the data is not in Unicode)
Does any kind person have a simple example Package for undertaking 'Text Extraction' on one or two columns of text data in a SQL Server table (the data is not in Unicode)
Example Project/Package for SQl Server 2005 "Text Extraction"
Aaron Oneal
What do you mean by "test extraction" Are you talking about the TERM EXTRACTION component
-Jamie
dbcuser
Check out the sample @ http://aspalliance.com/889
With this example - users will be able to import sample data from a flat file to SQL Server 2005 database.
Let us know if you are looking for any other specific extraction examples.
Thanks,
Loonysan
coolarian
Yes, sorry, "Term Extraction"!
hrvat
davidjmsdn
Some Good Pointers for 'Term extraction'
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/datasol.asp (Check out the Example on Extracting Attributes)
http://www.sqlserverdatamining.com/DMCommunity/_Tutorials/688.aspx (Need to register for accessing this site - Registration is Free) - Tutorial on Text Classification using SQL Server 2005.
Thanks,
Loonysan