-
While trying to [compare GT4HistOCR model performance](https://hackmd.io/@bertsky/Skd2DPyi_) between Tesseract and Calamari, I stumbled over a few peculiarities of Calamari's (superb!) text pre/postpr…
-
Maybe call it `mat_from_axes`?
-
- **Operating System:** macOs 10.15.7 (latest Catalina)
- **Node.js version:** v14.15.3
- **`fs-extra` version:** 9.0.1
First I'd like to thank you for `fs-extra` which is really great!
…
-
We need to document the fact that service names get converted to kebab-case. My instinct would be to throw an error if they aren't, but I guess that's not necessarily practical.
Right now if someon…
-
Normalizing allomorphs (?) so that BPE can find identical morphemes across words.
```
cats -> cat+s
boxes -> box+s
usefulness -> useful+ness
happiness -> happy+ness
```
```
食べる taberu = …
-
Allow adjusting audio gain and converting clips to m4a before processing
-
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
1…
-
Often times we want to fetch just a single field from a nested relation. e.g.
```
{
clients(limit: 5) {
id
programs {
shortName
}
}
}
```
It would be nice if there was a syntax…
-
Hello,
The following code produces an incorrectly split argument.
```
Symbol ep(:0),s,t;
CFunction f;
Local test = f(s+t);
SplitArg ((ep)) f;
Print +s;
.end
```
```
test = + f(t,s);…
-
Although we made robust & reasonable choices for programming and scripting of any code artifact we may manually or automatically produce with core guidelines (see https://sigturk.com/sigturk Code Guid…