Primož Godec
Primož Godec
#### Problem description When computing coherence scores, it newer finishes with computing on a bit bigger dataset. Run the code below (with the provided dataset) to reproduce. #### Steps/code/corpus to...
##### Issue According to httpx sending bytes as data parameters is deprecated. ##### Description of changes Use content for sending bytes and data for sending dictionaries ##### Includes - [X]...
**What's wrong?** Data from TAB/CSV files with `'` characters after delimiter (e.g. at the beginning of the sentence) are sometimes misread on Linux/macOS. Look at the next section for details....
**What's wrong?** The table is slowly loading data, blocking and is not responsive when the table with long texts in one of the columns at the input. **How can we...
- [ ] **What's your use case?** CSV Import widget by default save an absolute path to the file in settings when the workflow is already saved there is also...
Thank you for a great framework. In the current implementation, I do not find an option to set `padding` setting for a convolutional layer (options would be 'valid', 'same', ...)....
Followup of https://github.com/biolab/orange3-text/issues/832 and https://github.com/biolab/orange3-text/pull/882 The Ontology widget recomputes scores (when the ontology is changed). It calls embeddings in the main thread, which blocks the widget. **Expected behaviour** Computing the...
##### Issue Current concave hull search implementation (required for annotator) is occasionally missing points (some points stay out of the cluster) and is dependent on the DBSCAN's parameter (which is...
**Describe the bug** When I want to select multiple keywords with Cmd-click the previous selection is sometimes removed and sometimes kept. **To Reproduce** 1. Corpus 2. Extract Keywords 3. Try...
@Rezabagheriloye reported in https://github.com/biolab/orange3/issues/5035: > I want to save the result of "Preprocessing Text" of the Corpus in CSV or TXT format. I used "Save Data" while the result was...