Ryan Clancy
Ryan Clancy
@proppy That seems like a better way to handle playing the audio, but what about the Google sound files? Are these available for download anywhere, or would I have to...
The library we use for Spark-Solr integration exposes the [max_rows](https://github.com/lucidworks/spark-solr#max_rows) option which should be what you need.
I've started a branch [here](https://github.com/dstlry/dstlr/blob/docs/README.md) for the updated documentation. I've added the instructions to build dstlr, fix an issue with CoreNLP 3.8 and Spark, added the Anserini/Solrini instructions, and updated...
In introducing an intermediate relation node for the ground-truth, do we want the type to be `CITY_OF_HEADQUARTERS` (CoreNLP) or `P159` (Wikidata)? An argument for `CITY_OF_HEADQUARTERS` is that the queries are...
See https://github.com/dstlry/dstlr/tree/datasource for a start
> Either this, or a blacklist of plugins could be added to the config, which are automatically unloaded on server start. > This would save time for server admins and...
> Well would a blacklist be fine? You'd have to have access to the config to blacklist them, so worrying about access to files shouldn't be an issue with a...
I'm not doing any active development on PlugMan - PRs are accepted!
@tpasternak - this seems to fix resolving imports brought in from `pip_parse`, but there still seems to be an issue resolving imports for things like ProtoBuf classes (e.g., something generated...
@basant-gurung Any luck solving the issue? I have run into it as well.