-
I am trying to add Greek. I wonder if you could give me some feedback on the regexes. Below you see some examples and what I have come up with so far (I tried editing the IT file). The pronunciation a…
-
This is the program that I tried:
```go
package main
import (
"fmt"
"os"
"github.com/blevesearch/bleve"
_ "github.com/leopku/bleve-gse-tokenizer"
)
func main() {
INDEX_DIR := …
-
Hi, after parameterizing a function by an arbitrary setter, I've stumbled over this seemingly strange error:
```
g :: Lens' String Char …
-
Following comments from [here](https://github.com/ilius/pyglossary/commit/c496777)
> This will not handle dictfiles using Markdown. Is this intended?
- @pgaskin Can you please give a sample glossa…
ilius updated
4 years ago
-
#### Expected behaviour
Ideally, this wouldn't show to the user. I'd be happy to fix this provided you are OK with the changes and also with a bit of guidance from yourself on the source files rel…
-
Hello.
Try to convert .zim to df but i get error.
I can convert .zim to another dict but can't df or kobo dict. I have no idea how to fix this.
https://i.imgur.com/9Cdhp8M.png
```
[ERROR…
-
According to https://www.mobileread.com/forums/showpost.php?p=4007869&postcount=2, the prefix generation for kobo dictionaries does not work properly in all cases.
I didn't look into the details ye…
karlb updated
4 years ago
-
[Goold old Python 2 is dead in about 3 months as of the time of writing](https://pythonclock.org/).
What follows is a list of roadblocks:
- [x] `chardet`. We bundle version 1.0.1, from [**2008**…
-
Trying so save a keras custom layers with tokenizer in it fails
versions info:
> tensorflow==2.1.0
> tensorflow-text==2.1.1
Code to reproduce:
```
import tensorflow_text
import tensorflo…
-
Hi,
Attracted by the dictionary in ROM feature I am trying to
switch from punyforth to cforth.
So far, I found the following for an ESP-12F:
Under punyforth the GPIO numbers are the same as thei…