Closed AndreaSottana closed 3 years ago
Hi @AndreaSottana Yes it is a bug. I will take a look at it.
Actually I take it back. In the current implementation, words can only have one meaning. As you can see here the the parcel leads to only one word in the graph:
Hello, I've noticed that when a synonym is the same as an item in the words, the item in the words will not feature in the search suggestions as it seems to somehow be overwritten by the synonym. For example, if we take the word "letters" which can mean either the letters of the alphabet, or the parcels, we could have a situation like the following below:
This only returns
[['parcels']]
whereas I would expect the following to be returned
[['parcels'], ['letters']]
Is this a bug? If not, how can I get the correct behaviour?