Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In semantic database
Using File table system I want o get particular word no of occcurence of every document
example:
word no of occurrence
java 23
sql 21
unix devloper 20
php 30

What I have tried:

In semantic database
Using File table system I want o get particular word no of occcurence.
Posted
Updated 28-Feb-16 1:06am
Comments
RedDk 26-Feb-16 11:56am    
Quickly,

http://sqllib.codeplex.com/

Shortcut to successful imbibition of much TSQL use skill ...

And look up "Full-Text Search" in BOL

1 solution

In case you are referring to the Semantic Service/ SLAB/ Enterprise lib, you can perform a export to a table in the database and then perform a sql select with the wild character search. This should resolve your problem.
Also, it generates the flat file sink, which you can export in excel with the delimiter and do a search.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900