Do I need to specify NLTK corpus requirement when building Python library?
up vote
0
down vote
favorite
I'm building a library this requires to use stopword list from NLTK:
install_requires=[
"nltk==3.3",
"pandas==0.23.0",
"keras==2.2.2",
],
Do I need to specify the download in my library function(s) or is it kind of up the user to specify the download?
Which approach is more common or is better?
python package nltk
add a comment |
up vote
0
down vote
favorite
I'm building a library this requires to use stopword list from NLTK:
install_requires=[
"nltk==3.3",
"pandas==0.23.0",
"keras==2.2.2",
],
Do I need to specify the download in my library function(s) or is it kind of up the user to specify the download?
Which approach is more common or is better?
python package nltk
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm building a library this requires to use stopword list from NLTK:
install_requires=[
"nltk==3.3",
"pandas==0.23.0",
"keras==2.2.2",
],
Do I need to specify the download in my library function(s) or is it kind of up the user to specify the download?
Which approach is more common or is better?
python package nltk
I'm building a library this requires to use stopword list from NLTK:
install_requires=[
"nltk==3.3",
"pandas==0.23.0",
"keras==2.2.2",
],
Do I need to specify the download in my library function(s) or is it kind of up the user to specify the download?
Which approach is more common or is better?
python package nltk
python package nltk
asked Nov 7 at 22:02
Yilun Zhang
2,79311331
2,79311331
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53198531%2fdo-i-need-to-specify-nltk-corpus-requirement-when-building-python-library%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown