Hugh Barnard
Hugh Barnard
Thanks, now have a repository of rather sh** code at https://github.com/hbarnard/nanogenmo-2017. There's an example generated story in en/stories. I will write some minimal documentation in the next couple of days...
Hi Hugo, Yes certainly, however there would be some 'non-artistic' (haha) repetition since I would just increase loop count, for example. So I can have it to 50K by the...
I am now at 51k and working on 'improvements' and a little bit of doc. The API doc for textblob (main tool used) is already in the doc folder.
Ok have now upgraded the parsing part to use `spacy` instead of `TextBlob`. There's a pretty good `README` and a test story in `en/stories`. I think I'm done, because I'm...
Thanks Hugo, was fun to do, if a bit thin (wasn't aware of it until very late) on my part. Next year I'll try and persuade some of computer science...
Hi, thanks for the quick reply, here's the output from `find` `/usr/local/lib/python3/dist-packages/osmosdr /usr/local/lib/cmake/osmosdr /usr/local/include/osmosdr` Ok, now used the repository. `git clone git://git.osmocom.org/gr-osmosdr` `CMake Error at CMakeLists.txt:45 (find_package): Could not find...
Here's my current attempt: `gnuradio-config-info -v 3.8.2.0` also `echo $PYTHONPATH /usr/local/lib/python3/dist-packages/:` `git clone -b maint-3.8 https://github.com/velichkov/gr-gsm.git` + cmake + make as your recipe, looks good then fails with this: ```...
Here's the full make output. Incidentally, this started when I tried to use _standard everything_ from repositories and hit: ``` Traceback (most recent call last): File "/usr/bin/grgsm_scanner", line 24, in...
By standard everything, I mean I try not to build or compile stuff that's available in repositories, so` gr-gsm` was via `apt install`. I was aware that there was some...
Ok thanks for all you help. Have got some knowledge too now. I have to work on something else but will come back to your suggestion above. The unofficial repository...