orange3-text icon indicating copy to clipboard operation
orange3-text copied to clipboard

🍊 :page_facing_up: Text Mining add-on for Orange3

Results 89 orange3-text issues
Sort by recently updated
recently updated
newest added

##### Issue No widget for showing collocations. ##### Description of changes OWCollocations widget. ##### Includes - [X] Code changes - [x] Tests - [x] Documentation

##### Issue Implements the new approach to language detection in the add-on. Fixes https://github.com/biolab/orange3-text/issues/583 ##### Description of changes - The function for language detection and dict of supported languages (all...

**Describe the bug** ``` --------------------------- RuntimeError Exception ---------------------------- Traceback (most recent call last): File "/Users/ajda/orange/orange3-text/orangecontrib/text/import_documents.py", line 244, in _read_files return await asyncio.gather(*req) File "/Users/ajda/orange/orange3-text/orangecontrib/text/import_documents.py", line 256, in _read_file return UrlProxyReader._parse_response(response)...

bug
help wanted
snack

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...

**Describe the bug** Ontology crashes with: ``` ---------------------------- IndexError Exception ----------------------------- Traceback (most recent call last): File "/Users/ajda/orange/orange3-text/orangecontrib/text/widgets/owontology.py", line 795, in __on_ontology_data_changed self.__update_score() File "/Users/ajda/orange/orange3-text/orangecontrib/text/widgets/owontology.py", line 853, in __update_score score...

bug
help wanted
snack

**Describe the bug** On Linux - Ubuntu 22.04 LTS. (with Xorg), installed orange using pip In Orange 3.32.0 while using text add-on corpus-viewer, word-cloud etc. not displaying any text. **To...

**Describe the bug** The + button is not displayed in Statistics widget on Windows. **To Reproduce** Steps to reproduce the behavior: Open Statistics widget. **Expected behavior** Plus button present. **Orange...

bug
snack

**Is your feature request related to a problem? Please describe.** When using Corpus to Network with Word data, one can get self-looped nodes. It it likely useless. **Describe the solution...

enhancement
snack

##### 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** Corpus always opens the home folder instead of the latest folder the file was opened from. This is different from the behaviour of the File widget. **To...

bug
meal