will wade

Results 254 comments of will wade

Actually not quite. Do this: - Add a _index_md file to your content (e.g. /posts/ ) - Note how now you don't get anything showing on the frontpage using tranquilpeak....

OK - I just remembered I would post to this and I haven't.. I now remember why - I'm being lazy: https://github.com/openassistive/hugo-tranquilpeak-theme/blob/master/layouts/index.html#L12 (see result at http://openassistive.org)

Not sure if this helps or hinders.. https://github.com/openassistive/OpenATFrontEnd/blob/master/.travis.yml & https://github.com/openassistive/OpenATFrontEnd/blob/master/scripts/deploy_travis.sh (I cant take credit for that.. I'm not sure where its from but it kinda works. ). I like the...

I now use Netlify - its free for Open Source projects like tranquil peak and its amazingly simple. A lot more simple than the travis approach. Take a read of...

We have recently got this working in our fork with a npm script: see https://github.com/openassistive/hugo-tranquilpeak-theme/commit/525a0dc0ceccdc3796ebd57c3ca5e8e89ddaaec0 and https://github.com/openassistive/OpenATFrontEnd/commit/801776c5dd617da7931e716f5116adf5971beaf9 and to see it in practice: https://openassistive.org (click on search in nav). We...

Two problems I see with this: 1. The upstream project is using algolia and I know @kakawait wants to stick as closely as possible to that. Using a different JS...

I agree on that @jhabdas 👍 - they probably aren't.. although we are (it may not be for long to be honest..). (Thanks for that gist by the way -...

Not sure if this is of any use but this maybe handy for this task https://github.com/Poio-NLP/poio-corpus (they used it to build a prediction engine - pressagio).

Yeah. GPT can do it - and multilingually. But it feels like a huge hammer to crack a nut. Thanks

If anyone is interested I've got a complete modified unigrams json in this repo - and code to read in spelling mistakes here https://github.com/AceCentre/Correct-A-Sentence/blob/main/helper-scripts/create_unigrams_spellingerrors.py Dare say some madness in my...