_ygor_gallina
_ygor_gallina
I also encounter NaNs when pgen is 1 or 0. This means that either `vocab_dists` or `attn_dists` will be 0-filled and `final_dists` will have 0s in it (for words only...
To support python3 clone digging (not executing clonedigger with python3). IMO an easier way than rewriting `python_compiler.py` using `parser` module. Is to use ANTLR (as java, js ans lua are...
I made a fork ([here](https://github.com/ygorg/clonedigger)) in which I started some documentation ([here](https://ygorg.github.io/clonedigger/)). Also I made a class diagram (all the types are not set) which gives a pretty good sense...
@somospocos Sorry, I didn't see your reply I updated it.
As said earlier in the thread, please update to the latest version. If you are using `pke` with an unsupported language please provide custom stopwords using `stoplist` argument as such:...
Hi, I tried some things. And I need to ensure the performance are the same as before, so I need to find a way to prove how the updated code...
Maybe indexing the anthology via this method could be easier ? [anserini/blob/master/docs/acl-anthology.md](https://github.com/castorini/anserini/blob/master/docs/acl-anthology.md#generating-acl-anthology-data)
Once solr is running you can open a new terminal and launch `rails server` to launch blacklight.
Corrigé dans https://github.com/rozierguillaume/covidtracker-tools/pull/241
What I do is use the `-i` parameter to provide a path where to download solr or to use it if already downloaded. `solr_wrapper -i path/to/solr # instead of bundle...