Shaun Pedicini
Shaun Pedicini
Using toSingular() results in loss of original case in the JSON term fields: Repro: `nlp('Those are Great Danes').nouns(0).toSingular().json()[0]` JSON output: ``` { "text": "Great dane", "normal": "great dane", "terms": [...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Using the `inpaint-sketch` tab directly and...
### Before submitting your bug report - [x] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [x] I'm not able to find...
Is there a functional difference between this lib and `ascii-art-image`? I got `ascii-art-image` working, although the color palette is.... pretty bad on iTerm2 and I can't get it to display...
I've setup a txtai with the following configuration. ```yaml # config.yml writable: true embeddings: content: true defaults: false indexes: minilm: path: "sentence-transformers/all-MiniLM-L6-v2" nli: path: "sentence-transformers/nli-mpnet-base-v2" ``` I'm trying to get...
I think it would be helpful in your frequently asked questions to shed some light on how this is different from other GUI based stable diffusion repos. i've looked at...
I've used the hunspell-tojson.js file to preprocess my aff/dic files into a single JSON file, but I cannot figure out how to load the subsequent JSON file as a dictionary...