-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preprocess Text unable to browse files without ".txt" extension #333
Comments
Thanks for the report. Would you like to try submitting a patch fixing the issue? |
Sure, I'll give it a shot. I have the fix, now I just need to figure out
the submission process.
…On Thu, Jan 25, 2018 at 2:08 PM, kernc ***@***.***> wrote:
Thanks for the report. Would you like to try submitting a patch fixing the
issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#333 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHMkXH52P7iR-zkrMQZqdu2NqN87_NP_ks5tONEngaJpZM4Rs8uu>
.
|
Any sort of diff patch is fine, but easiest to review and apply would be a pull request here on GitHub. This is the basic workflow:
Here's some commands to go with it. Don't avoid asking if you need help. |
Done. I'll await comments at #334
…--Tim
On Sat, Jan 27, 2018 at 2:04 AM, kernc ***@***.***> wrote:
Any sort of diff patch is fine, but easiest to review and apply would be a
pull request here on GitHub. This is the basic workflow
<https://guides.github.com/introduction/flow/>:
1. Create a local fork of the repository (Fork button on the top
right).
2. Apply changes on a topic branch
<https://guides.github.com/activities/forking/> of *your* repository.
3. Propose changes as a pull request to this repository.
Here's some commands
<https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request>
to go with it. Don't avoid asking if you need help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#333 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHMkXD4UDbB8c84xenlPX_mH2sn-9zDpks5tOspogaJpZM4Rs8uu>
.
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Text version
0.3.0
Orange version
3.8.0
Additional version information
MacOS 10.12.6
Conda 4.3.29
Python 3.6.0
Expected behavior
In the Preprocess Text widget, the user should be able to choose the folder icon for "Stopwords" or "Lexicon" and browse to a file containing the appropriate text, regardless of the name of the file. This is especially true considering that the included nltk files do not conform to a ".txt" convention.
Actual behavior
The File Chooser only allows selection of files with the ".txt" extension as part of the filename. The files included with orange3-text at nltk_data/corpora/stopwords/* do not include this extension, so they are not available to choose in Preprocess Text.
Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)
The text was updated successfully, but these errors were encountered: