![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, some weeks ago I asked for a fuzzy string search. Someone posted an example using Oracle Text. Now I'm interested in a similar, but technically different thing: Instead of searching fuzzy, I would like to strictly search for the words given, but optionally present similar items. I guess everyone has seen this before at google.com: Try a search for "oskar wilde" and google will respond with: "Did you mean: oscar wilde" How can I do this with Oracle Text (any anyway else without having to invent the logic behind it completey from scratch)? Regards Marten |
#3
| |||
| |||
|
|
Hello, some weeks ago I asked for a fuzzy string search. Someone posted an example using Oracle Text. Now I'm interested in a similar, but technically different thing: Instead of searching fuzzy, I would like to strictly search for the words given, but optionally present similar items. I guess everyone has seen this before at google.com: Try a search for "oskar wilde" and google will respond with: "Did you mean: oscar wilde" How can I do this with Oracle Text (any anyway else without having to invent the logic behind it completey from scratch)? Regards Marten |
#4
| |||
| |||
|
|
Hello, some weeks ago I asked for a fuzzy string search. Someone posted an example using Oracle Text. Now I'm interested in a similar, but technically different thing: Instead of searching fuzzy, I would like to strictly search for the words given, but optionally present similar items. I guess everyone has seen this before at google.com: Try a search for "oskar wilde" and google will respond with: "Did you mean: oscar wilde" How can I do this with Oracle Text (any anyway else without having to invent the logic behind it completey from scratch)? Regards Marten |
#5
| |||
| |||
|
|
Hello, some weeks ago I asked for a fuzzy string search. Someone posted an example using Oracle Text. Now I'm interested in a similar, but technically different thing: Instead of searching fuzzy, I would like to strictly search for the words given, but optionally present similar items. I guess everyone has seen this before at google.com: Try a search for "oskar wilde" and google will respond with: "Did you mean: oscar wilde" How can I do this with Oracle Text (any anyway else without having to invent the logic behind it completey from scratch)? Regards Marten |
#6
| |||
| |||
|
|
Guess you have to compare the number of exact matches to the number of fuzzy matches. |
#7
| |||
| |||
|
|
Guess you have to compare the number of exact matches to the number of fuzzy matches. |
#8
| |||
| |||
|
|
Guess you have to compare the number of exact matches to the number of fuzzy matches. |
#9
| |||
| |||
|
|
Guess you have to compare the number of exact matches to the number of fuzzy matches. |
#10
| |||
| |||
|
|
Guess you have to compare the number of exact matches to the number of fuzzy matches. Well, but how do I find out the fuzzy matches? How do I know that there is "oscar" which is similar to "oskar"? Regards Marten |
![]() |
| Thread Tools | |
| Display Modes | |
| |