-
It seems that the eds.normalizer pipe does not act
i am using edsnlp version 0.13.1
## How to reproduce the bug
config = dict(
lowercase=True,
accents=True,
quotes=False,
…
-
I couldn't find anything in the existing issues for this, but I'm hoping it's possible somehow.
The API I'm generating against has endpoints that are versioned:
`"/slurm/v0.0.41/nodes/": { ... }…
-
## Details
The current name `normalizer` is very generic and conflicts with other names on my computer. Also, it doesn't match the name of the package being installed. I suggest we rename the repos…
-
Hi,
The current code normalizes the targets during training,
```python
if task == "regression":
assert normalizer is not None
targets = normalizer.norm(targets).squeeze() # noqa: PLW2…
-
- Symfony version:
- Algolia Search Bundle version:
- Algolia Client Version: #.#.#
- Language Version:
### Description
When i normalize my Entities i need more control for $context param…
-
GPT_SoVITS/text/zh_normalization/chronology.py中
```
RE_DATE2 = re.compile( r'(\d{4})([- /.])(0[1-9]|1[012])\2(0[1-9]|[12][0-9]|3[01])')
```
这个正则表达式对日期的判断有问题,如:"2024/09/27",只会获取2,需要先判断两位的情况,再判断1位…
-
I see that there is already regex for 3 syllable separating symbols here https://github.com/themoeway/yomitan/pull/1215/commits/2456bba2d68f8296f21fcf632d04bcbcfa019e7d
Can these 3 also be added si…
-
As @stephwon has been investigating how to integrate Gwenlyn's microbiomeKG with our metagenomicsKG (derived from RTX-KG2), the following issue was encountered again: mismatches between the SRI node n…
-
INFO:httpx:HTTP Request: POST http://localhost:11434/v1/chat/completions "HTTP/1.1 200 OK"
Here's a question:
If you could switch lives with someone for just one day, who would it be and why?
INF…
-
Hi Umar,
I absolutely love your YT video explaining the PaliGemma model and thanks for all the good work! I found [this line](https://github.com/hkproj/pytorch-paligemma/blob/f7cdcc28240f2377419bb8…