Bram Vanroy

Results 62 issues of Bram Vanroy

## How to reproduce the behaviour Try to import/loading `SubClass` in this example. ```python from dataclasses import dataclass from spacy import Language @dataclass class SuperClass: nlp: Language name: str @Language.factory("dummy")...

feat / pipeline

## How to reproduce the behaviour I was planning to have a look at the [example projects](https://github.com/explosion/projects/blob/v3/pipelines/tagger_parser_ud/project.yml) and quickly found that these are very Linux oriented. The commands are all...

enhancement
help wanted
compat
projects

I'm having the following issue that I fail to understand (then again, encoding issues often confuse me). I'm on Windows and I use the "new" Terminal and I also tried...

## Describe the bug I am trying to tokenize a dataset with spaCy. I found that no matter what I do, the spaCy language object (`nlp`) prevents `datasets` from pickling...

bug

## Describe the bug When running the `datasets-cli test` it would seem that some config properties in a DatasetInfo get mangled, leading to issues, e.g., about the ClassLabel. ## Steps...

bug

## Describe the bug To finalize my dataset, I wanted to create dummy data as per the guide and I ran ```shell datasets-cli dummy_data datasets/hebban-reviews --auto_generate ``` where hebban-reviews is...

bug

### Summary In a selectbox, when I select an item, it oftentimes (but not always) very briefly shows the new select item but then changes back to the previous selection....

confirmed 🤝
P3 🌩
st.selectbox

Hi there I wanted to reproduce the results from your paper on the sentiment analysis task. I followed all the steps you list and then ran the notebook for DBRD....

Since [release v1.3.0](https://github.com/stanfordnlp/stanza/releases/tag/v1.3.0), stanza has a constituency parser for English. Support for more languages will follow. It would be great if we could access the constituency parse from within the...

There have been a couple of commits since the last release in June last year. Can these be pushed to PyPi and added here as a new release? That would...