David Mark Nemeskey
David Mark Nemeskey
I installed the repo on a server, and logged in with a user. I was expecting to see a regular Jupyter notebook interface; however, I was greeted by JupyterLab instead....
According to the Jurafsky & Martin book, but also the [original paper](http://www.aclweb.org/anthology/J93-2003) (eq. 5), _P(F,A|E)_ is not just the product of the word probabilities, but it should also be weighted...
I installed `conda` via [Miniconda](https://conda.io/miniconda.html), especially because I wanted to keep the footprint small. The I installed Jupyter via `conda install jupyter`, and - the command downloaded 75 packages, about...
It is very easy to mix up the cursor and the MatchParen highlighting; especially when writing code with lots of brackets (e.g. a regex). Please make the MatchParen style bold,...
I've just installed Selenized in Gnome Terminal, and it looks very nice indeed. My only gripe is that the installer creates a new profile, instead of just a palette. So...
When running the legacy dependency parser on the sentence "A spanyol nagydíj harmadik szabadedzését május 21-én, szombaton délelőtt tartották", 21-én gets the `OBJ` relation even though it is not in...
emtsv does not handle CoNLL-U comments very well. If the input is a tsv file, two things happen: 1. If the file only has the `form` column, comments (lines starting...
See [bug in the old repo](https://github.com/dlt-rilmta/hunlp-GATE/issues/28). Either solution: separate tokens or deleting the "spellchecking part" (`** *[/Space]`) would be fine.
**Environment:** You can get some of this info from the text that pops up in the console when you run a pygame program. - **Operating system**: Linux(Ubuntu) - **Python version**...
Hi, I see that in #233, a way was proposed to retrieve the minhash associated to a key. I can also see that it has been implemented in #234, although...