-
- [x] Database is empty
- [x] File not exist
- [x] Zeronet version
-
Motivation
----------
We plan to submit a paper to the EMNLP conference http://emnlp2018.org about the graph embedding approach implemented in this repository. In this experiment, we learn using o…
-
I am getting the Following error while using the Summarizer:
[https://stackoverflow.com/questions/50567108/gensim-summarizer-throws-memoryerror-any-solution](url)
Could you please tell me the work…
-
The link you provided ( http://engineering.flipboard.com/2014/10/summarization/ ) is not working. Can you give reference to any research paper for your approach?
-
Hi,
I'd like to run your algorithm multiple times with topology updates in between runs (edge deletion and addition). Is it possible with this implementation? Or is your pagerank implementation in …
-
I encountered a problem when I am running chaos by using the example command "./benchmark_driver -g test -b pagerank --pagerank::niters 10 -a -p 1 --physical_memory 268435456"
The log of this job: …
-
Is undirected PageRank included in the competition? It is a rather odd choice to run PR on an undirected graph. While it's certainly doable, it's not supported out-of-the-box by some graph analytical …
-
In #349, we saw what appeared to be a bug in continuation resolution
when run on `ipfs/go-ipfs`:
```
TypeError: Cannot read property '_n0' of undefined
at embeddings.reduce (/home/wchargin/g…
-
Hi, I have a question about the textrank module. As I know, the textrank is based on the pagerank algorithm. However, in the text_rank.py file, I just see the code which builds edges between sentence…
-
Currently the build process can't handle maven dependencies and must use a p2 repository for our bnd based plugins. Update the build to use a p2 repository for core and plugins (see Issue #38). Ensure…