Is there a license (e.g., GPL, MIT, Apache, "Unlicense") attached to Oyster?
OYSTER now at https://bitbucket.org/oysterer/oyster/
Robert, The script shown in your email is incorrectly formed. You have created end tags for the <term> elements, but the <term> elements are empty tags with only attribute values. For example, the correct syntax for the first <term> should be <term item="Fname" dataprep="SCAN(LR, ALPHA, 0, ToUpper, SameOrder)" similarity="LED(.8)"> The script should not include any </term> tags.</term></term></term> If this does not fix your problem, then please recontact me. Thanks, -rjt- On Mon, Oct 8, 2018 at...
I guess maybe using "LED(0.8)"?
I'm trying to use LED to match attribute values. I don't get an error, but the results don't seem to change from exact match, even when I alter the percentage from .8 to .1 The match rules I'm using are: <identityrules> <rule ident="1"> <term item="Fname" similarity="LED(.8)" dataprep="SCAN(LR, ALPHA, 0, ToUpper, SameOrder)"> <term item="Lname" similarity="LED(.8)" dataprep="SCAN(LR, ALPHA, 0, ToUpper, SameOrder)"> <term item="Street_Address_1" similarity="LED(.8)" dataprep="SCAN(LR, ALPHA, 0, ToUpper,...
Gurpreet, The way we have elected to handle this issue is with a separate application...
I am trying to integrate our web application with the oyster framework. The use case...
Juan, This looks much better. The only problem now is that you can only use "hash"...
Hi John, I don't have very clear how to define the indices, i thinking is something...
Juan, I don't see any match index rules in what you sent me. Without an index you...
Hi there, Is there any way to improve the performance of Oyster when a lot of data...
Juan, Yes you can write and read from a database once you develop the schema and...
Hi John , Thank you for your answer. I was thinking about the solution that you said,...
Juan, You would have to change the code to do that. You might find it simpler to...
Hi there, It is possible to have the knowledge base in a database instead of a xml...
Juan, Oyster does not support this. It makes a fundamental assumption that their...
Hi there, Is there any way to compare multiple fields that refers to the same attribute?...
Hi there, Is there any way to compare multiple fields that refers to the same attribute?...
Thanks Eric! Now i am able to connect to another database ( Vertica ).
Yes, you would need to change the isConnected Method. The default connection is ODBC...
I need to use as input a different database that is not in the default values (mysql,...