Andres Suarez
Andres Suarez
from @alexei-gl in https://github.com/singnet/language-learning/pull/243 : "please make unit test for .db dictionaries inn grammar-tester"
When running the parse-evaluator in sequential or random mode, the parameter -t specifies where the sequential/random parses will be written. There is a bug and a theoretical problem with this:...
MS-ANSI characters \x91, \x92, \x93, \x94, present in one Gutenberg Children's file (9255-0.txt) break sentence splitter, part of pre-cleaner
Add link to Mindstorms book, which is freely available online :)
Huggingface transformers has been upgraded from pytorch-pretrained-BERT and BERT_model.py doesn't run
Current code doesn't work with latest `transformers` code. See issue https://github.com/uhh-lt/bert-sense/issues/2 This PR updates `BERT_Model.py` from using deprecated `pytorch-pretrained-bert` version, to using latest `transformers` code.
With current argument, `use_cuda=False` has no effect. Changed `use_cuda` argument to `no_cuda`, so that CUDA can be disabled. Affects both BERT_Model.py and Flair_Model.py Changed README accordingly.
I am trying to run AutoConnect in an Adafruit ESP32 Feather V2, but I can't even get the [simplest example](https://hieromon.github.io/AutoConnect/gettingstarted.html) to run. Is it supposed to be compatible? I seem...