thanks for your help so far!
You mentioned SXS as a way to change to way Tamino handles queries “at the source” of the data. All I found is:
“The XSLT Server Extension provides Tamino 3.1”
do you mean this or is there something else?
back to the n-gram-stuff:
what I want to do is send a query string to the server, e.g. “CBT installation problem”
The server should now find all the existing answers in the database that “somehow” fit the query string and return them sorted according to some rules. I would like to test several ranking algorithms, one of them would be n-grams:
1st naive try: chop string to be compared into pieces of n characters (eg. n=3 :CBTinstallationproblem —> CBT, BTI, TIN, INS, NST … and find out how many of the fragments are found in the field that’s queried. If all fragments are found give it 100%, if none is found give it 0%. Then return every “hit” that is above a certain threshold (like 40%) in the order of the %-value.
I guess the right place to do this is as close to the original data as possible - as you suggested. But - how?
thanks again,
Ralf.
#webMethods#Tamino#API-Management