-
## Summary
Rename all of our functions in `recordlinker.linking.matchers` to better align with their functionality.
## Acceptance Criteria
- [ ] Renaming the functions as directed in the comments…
-
Here is an example code:
`
#define GPIOA_PIN_8 8
#define GPIOA_PIN_A 1
#define FoBaZo7 1
int HAL_GPIO_Set(){return 0;}
int HAL_GPIO_6(){return 0;}
int GPIOAPINB(){return 0;}
int AdBcEf5(){re…
-
## Description
If doctest support filter prefix match or fuzzing match.
examples:
```cpp
TEST_CASE("foo::") {}
TEST_CASE("zoo::") {}
```
```shell
# use this command to filter
path/to/tes…
-
I am trying to be able to run this anonymized script using cuDF or cuDF.pandas with GPU acceleration.
currently runs for over 5 hours for 2Million rows of data.
import pandas as pd
from rapidfuzz im…
-
Hi,
For a project I have, I need to match Youtube video titles against my own music collection managed by beets. Problem is Youtube videos have very different titles, and often have extra noise like …
Phyks updated
8 months ago
-
**Is your feature request related to a problem? Please describe.**
In fzf, one thing I do quite a bit is narrow down the search either by:
- Providing multiple fuzzy terms in my query (separated…
-
## Context
ROR organization API docs: https://ror.readme.io/docs/api-affiliation
### ROR matching algorithms
`PHRASE`: the entire phrase matched to a variant of the organization's name
`COMM…
-
The built-in `MapAdapter` and external `databroker.mongo_normalized` adapter supports the `FullText` query. We will add support for `FullText` in the built-in SQL-backed Catalog Adapter in #456, #457 …
-
This meta issue tracks the progress on MATCH features for ES|QL:
- https://github.com/elastic/elasticsearch/pull/113374
- https://github.com/elastic/elasticsearch/pull/114831
- Allow disjunctions to …
-
Hi,
Currently `match_phrase` does not support fuzziness, and if we want to add fuzziness to it we need to manually build a `span_near` query, however `span` queries does not actually use an…