Carsten Schnober

Results 15 issues of Carsten Schnober

Trafilatura version: 1.2.0 I have noticed that adding the `include_images=True` argument to `trafilatura.extract()` changes the output text. To reproduce it: ``` import trafilatura from trafilatura import fetch_url url = "https://www.tropenmuseum.nl/nl/zien-en-doen/bisjpalen-restauratie"...

bug

As [documented](https://abydos.readthedocs.io/en/latest/abydos.util.html), Abydos comes with a number of installable packages. I am particularly intrigued by the qgram packages for various languages: ``` abydos.util.list_available_packages() [...] ('qgram_corpora', 'Q-Gram corpora', ['de_qgram', 'en_GB_qgram', 'en_qgram',...

This updates the fastText submodule to `v0.2.0`. API changes have been adapated.

I have built a classifier model using the original FastText binary, compiled from the Git branch from August 8th, 2018. When I try to run this model with JFastText (v0.3),...

This is probably a feature request. I am trying to get the acceptance status for a number of notes (submissions). I am roughly following the [example from the documentation](https://openreview-py.readthedocs.io/en/latest/getting_data.html#retrieving-all-accepted-submissions-for-a-conference-single-blind), but...

Hi, I run Mr.LDA VariationalInference on a data set with the following basic parameters: `14/07/24 11:43:58 INFO mrlda.VariationalInference: Total number of documents is: 605830 14/07/24 11:43:58 INFO mrlda.VariationalInference: Total number...

This is a feature request to add support for the Apple M1 chip, which is [supported by PyTorch since v1.12](https://pytorch.org/blog/pytorch-1.12-released/#prototype-introducing-accelerated-pytorch-training-on-mac). Currently, Trankit only seems to use Cuda: ``` In [9]:...

When a new package is created from the template and pushed to Github, the developer receives a series of emails about failed actions, e.g. for Sonarcloud (see e.g. #282), the...

enhancement
needs discussion
generated-package
future release

This issue affects the expected sorting of imports in Python and hence (incorrectly) triggers a `I001` error. When there is a folder that has the same name as a module,...

isort

The link pointing to the "optional language models" is valid, but the Google Drive it links to is empty. It would be great if you could provide a model there...