Showing posts with label extract. Show all posts
Showing posts with label extract. Show all posts

Thursday, March 29, 2012

Can we extract adjectives using SQL server 2005 text mining?

Do you mean, filter out everything in a text that is not an adjective? Then no, this

is not supported by the Term Extraction transform.

A possible solution is to run Term Extraction with a maximum phrase length of 1, then manually remove the non-adjectives from the list of terms.

Term Lookup will only use the terms available in the table

sql