Vít Starý Novotný
Vít Starý Novotný
After issuing a `sendtoaddress` command to `bitcoin-cli`, a wallet may contain unconfirmed transactions. This pull request prevents a KeyError to be raised when the wallet or the transactions are viewed.
This pull request implements the `gensim.models.bm25model` module, which contains an implementation of [the Okapi BM25 model][1] and its modifications (Lucene BM25 and ATIRE) as discussed in https://github.com/RaRe-Technologies/gensim/issues/2592#issuecomment-866799145. The module acts...
This pull request removes deprecation warnings that have no added value for the reader.
In Section 2.2 of the [2017 “Advances” paper by Mikolov et al.][advances], a position-dependent weighting is introduced to the context vector computation in the fastText CBOW model. On [Common Crawl][],...
This PR adds support for position-dependent weighting for fastText CBOW with negative sampling, as discussed in issue #2840 and https://github.com/facebookresearch/fastText/issues/445. The `FastText` constructor receives a new boolean parameter `position_dependent_weights`, which...
In the `_calc_idf()` method of `BM25Plus`, a division is used in `math.log()`, which is less stable than a subtraction of two logarithms. This PR replaces the division with subtraction,
@dorianbrown In [the seminal paper for this package][2], [the Okapi at TREC-3 paper][1], and most other places, BM25 is defined over query *terms* rather than tokens, which would indicate that...
Hi, when I install the driver and reboot, all btrfs partitions are mounted read/write by default. As far as I am aware, the only way to prevent this is to...
At [witiko/lyluatex-github-actions-example][1], I created a simple MWE that shows Lyluatex [failing in GitHub Actions][2]: ``` (lyluatex) Compiling score tmp-ly/7140c4bbdb90291190558426f58d61bd with LilyPond executable 'lilypond'. fatal error: cannot rename `7140c4bbdb90291190558426f58d61bd.eps.356991.pdf' to `7140c4bbdb90291190558426f58d61bd.pdf'...
This PR makes adds the `binary` and `text` format identifiers to the header of word vectors to tell the difference between binary and non-binary word vector formats. The `compute-accuracy` script...