Andreas Thalhammer

Results 16 comments of Andreas Thalhammer

Having the same question as @dazuma: At [IANA](https://www.iana.org/assignments/media-types/media-types.xhtml), there are about 114 `application/.*+json` media types registered (note: `application/cloudevents+json` is not even there). Are these JSON documents or should we treat...

Hi @brawer, Nice work! I'm doing some experiments on [~321 Wikimedia languages combined via Q-ID link graph PageRank computation.](https://github.com/athalhammer/danker) If you are interested in some discussion/collaboration on this topic please...

Thanks @brawer, for your detailed answer and also for your questions! > Super curious, have you by chance compared the two approaches to ranking? During my PhD I was performing...

Hi @brawer, seeing this just now. Hm, I designed danker to run with 8GB of main memory on some 2-4 core CPU. The problem is - until the link graph...

Hi Sergei, Thanks a lot for your question! So the best option would be to run the following: ``` bunzip2 filename.links.bz2 python3 -m danker filename.links 0.85 40 0.1 -i |...

Hmm, let me think on the best option how to separate this out form the workflow script... https://github.com/athalhammer/danker/blob/20cc2b7b1fe5d937ea5204d214a074baf3400c93/script/dank.sh#L106

So I thought about it and I came to the conclusion that wrapping these three lines in a designated script would be overkill.

Yes, experience shows that the ranks of ontological/organizational concepts (such as male, English, etc.) are skyrocketing in pure RDF settings. This is often not useful for applications such as autocomplete...

I made some suggestions on how the new property could look like, I would be happy about any feedback on https://github.com/6020peaks/vRank/issues/1

I opened a pull request on vrank for a new release planned for 31.10.2017: https://github.com/6020peaks/vRank/pull/2 I'm not entirely sure about the property chain axiom and the implications, so reviews are...