-
Hi,
I noticed that the current way the pre-processing regex is implemented makes it so that for example "1-5" is read as "one to five" but obviously it does not work in all languages: french would…
-
Upon trying to remove sparse terms from a corpus via
```julia
remove_sparse_terms!(corp, .05)
```
I run into the following error message:
```julia
PCRE compilation error: regular expression…
jfb-h updated
3 years ago
-
### Is your feature request related to a problem? Please describe
Today, OpenSearch supports Grok or [Patterns operator](https://github.com/opensearch-project/sql/blob/cfe38d7d6678dfbd5597f1098a1a4…
-
I built a quick and dirty script for myself to prepare training dataset from images, assuming you have colmap installed on your system
It takes path to image folder as an input and generates a zip ar…
-
**Describe the bug**
Query regex expressions with a double backslash will cause the query to error when executed by `awswrangler.athena.read_sql_query()`. But the same query run in the Athena cons…
-
### Feature request
repro: https://phpstan.org/r/1e78ac27-f854-4bd8-8d36-21989af535c1
discovered in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8212#discussion_r1773119536
-
Hi I can't install regex-posix, the output is as blow.
$ etlas install regex-posix
Resolving dependencies...
Found patch in eta-hackage for regex-posix-0.95.2
Configuring regex-posix-0.95.2..…
-
Hi,
I'm trying to execute the jupiter notebook **Introduction**. However I've been having an issue with the line "from dariah_topics import preprocessing as pre". I get always the following error: …
ghost updated
7 years ago
-
got prompt
K:\AIGC\dapao_ComfyUI\ComfyUI\models\clip\siglip-so400m-patch14-384
Loading VLM's custom vision model
Requested to load SiglipVisionTransformer
Loading 1 new model
loaded completely 0.…
-
See [here](https://unicode.org/reports/tr15/#Norm_Forms) for more background on unicode and normalization
### Note to Self
Find a way to do regex for these characters that still compose into chara…