Daniel Jue
Daniel Jue
I've added a maven repo under my fork of this project, but it is only intended for Neo4j 2.0.1 at the moment. Based on the changes I had to make,...
Same issue here. I get a AA directory with a bunch of wiki_## files, 1MB each, with data like this: ``` Q22 ``` I am running this on the extracted...
I found my issue, an errant data file was getting sent in; garbage in = garbage out. (Something about wikidata instead of enwiki, unsure how it was downloaded along with...
Hi, I just discovered this feature and tried to use it too. With some additional string formatting I got this to work: ``` from textacy import extract as ex doc=nlp("...
Thanks! I looked on github and maybe there are some ideas that can be borrowed from here: https://github.com/RedisGraph/redisgraph-bulk-loader/blob/master/redisgraph_bulk_loader/bulk_insert.py Their actual bulk insert library doesn't work well for my use case,...
Had a similar issue, and it was my first time running Neo4J on that particular machine. Removed old images with `docker system prune -a` and ran the `docker run --rm...
DARPA XDATA / Sotera Defense Solutions, Inc. http://sotera.github.io/graphene/ http://www.darpa.mil/opencatalog/xdata.html
Oh ok, I'll have to think about that use case, I didn't even consider the channel owner removing comments! I can defintely understand merging of functionality into one method. I...