Many the fish
Many the fish
Hello @ICHx and thank you, I will study your suggestion! A small question to be sure, is this paper: https://aclanthology.org/C10-2085.pdf the English version of yours?
lets retry, bors merge
Hello @amab8901, While trying to make suggestions about the implementation of the feature, we figured out that this would impact a lot of parts in the code, including: - the...
@curquiza, your script seems to work on mac os M1 pro: ```sh $ sh download-latest.sh Downloading Meilisearch binary v0.28.1 for macos, architecture amd64... % Total % Received % Xferd Average...
Hello @loiclec, First, I think the performance loss would rarely be noticeable. The reason is that in a lot of cases, your equation `1 | (2 - 3)` would be...
Hey @loiclec, I think if both databases have the same logic it's ok, the resulted documents comming from these databases are mainly computed in [search/criteria/mod.rs#L450-L524](https://github.com/meilisearch/milli/blob/4fc6331cb6526c07f3137584564cfe3493fb25bd/milli/src/search/criteria/mod.rs#L450-L524)
Hello @miiton, you're right! The issue comes from the normalization process. Currently, we are [discussing the redesign of the Chinese normalization](https://github.com/meilisearch/product/discussions/503) to be phonologically oriented. Because Chinese Languages and Japanese...
Hey @curquiza, the error code can't be returned by [Meilisearch directly but could come from milli](https://github.com/meilisearch/meilisearch/search?q=NoSpaceLeftOnDevice), but [milli never uses this error](https://github.com/meilisearch/milli/search?q=NoSpaceLeftOnDevice), so this error code is never returned. However,...
Hey @loiclec, could it be possible to deactivate the default features of Charabia when it is compiled in debug? Most of the time, we don't need to have full language...
No, the hard-separators are not customizable with this feature, so this problem still exists, we could think of removing the comma from the hard separators to solve this 🤔