Pasquale Lisena

Results 19 comments of Pasquale Lisena

Hi @sronnqvist , I am also curious to hear news about your paper, both for reading it and for citing your work properly. There is any news about this?

+1 for the PR! I need it because I am moving the html from the src to the dist folder, and in src there are not the compiled files to...

Confirming participation. Name: Pasquale Lisena / Affiliation: EURECOM, France

Hi @peacememories ! Including DELETE/INSERT would be for sure an interesting update. The biggest challenge is that D/I have an additional place for the SPARQL expressions to be removed/inserted, differently...

Hi, this is basically a UNION, which we are not supporting. The only way is is to take note of the class and filter afterwards programmatically (in your JS or...

Note about a possible workaround: ```python with open(os.path.join(model_path, 'LFLDA.glove'),'r') as f: glove_corpus = [x.strip() for x in f.readlines()] empty_docs = [i for i, x in enumerate(glove_corpus) if len(x) < 1]...

Consider adding also at line level

The `UNION` is indeed not supported in the current version. Probably it is possible to support it in the `$where` field (investigating on it).

It depends on the query :) For more plain queries (like the ones in the examples), we think that a unique file is better. Of course, when queries become complicated,...