Re: Synonym Graph Filter - how to preserve original

2020-05-08 Thread atin janki
Hi Jae, Do try to explain your problem with an example. Also share how you are writing the synonyms file. Best Regards, Atin Janki On Fri, May 8, 2020 at 6:14 PM Jae Joo wrote: > In 8.3, There should be the way to preserve the original terms, but could > not find it. > > Does

Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
nonym Graph Filter => 2 docs expected, only 1 returned (screenshot at below mentioned URL) - https://ibb.co/tp04Rzw Has anyone experienced this before? If yes, is there any workaround ? Or is it an expected behaviour? Regards, Atin Janki >

Re: Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
powder) because "soap powder" is a multi-word synonym present in the synonym file. Using sow = true in the above setting will give - Synonym(soap) + Synonym (powder) Best Regards, Atin Janki On Mon, Mar 16, 2020 at 5:27 PM Audrey Lorberfeld - audrey.lorberf...@ibm.com wrote: > To

Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
Using sow=true, does split the word on whitespaces but it will not look for synonyms of "soap powder" anymore, rather it expands separate synonyms for "soap" and "powder". Best Regards, Atin Janki On Mon, Mar 16, 2020 at 4:59 PM Audrey Lorberfeld - audrey.lorb

Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
.co/zQXx7mV *with* Synonym Graph Filter => 2 docs expected, only 1 returned (screenshot at below mentioned URL) - https://ibb.co/tp04Rzw Has anyone experienced this before? If yes, is there any workaround ? Or is it an expected behaviour? Regards, Atin Janki

Using Synonym Graph Filter does not tokenize the query string if it has multi-word synonym

2020-03-01 Thread atin janki
for understanding the problem- *without* Synonym Graph Filter (2 docs returned) - [image: image.png] *with* Synonym Graph Filter (2 docs expected, only 1 returned) [image: image.png] Has anyone experienced this before? If yes, is there any workaround ? Or is it an expected behaviour? Regards, Atin Janki