Skip to content

Commit

Permalink
Merge pull request #808 from gnanaprakash-ravi/enterprise763
Browse files Browse the repository at this point in the history
Update error msg in StopWordsRecommender
  • Loading branch information
vikasgupta78 committed Mar 20, 2024
2 parents f96145e + 9520ed2 commit 0e1c23c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ public void createStopWordsDocuments(ZFrame<D,R,C> data, String fieldName) throw
data = findStopWords(data, fieldName);
context.getPipeUtil().write(data, context.getPipeUtil().getStopWordsPipe(args, filenameCSV));
} else {
LOG.info("An invalid column name - " + args.getColumn() + " entered. Please provide valid column name.");
LOG.info("An invalid column name - " + args.getColumn() + " entered. Please provide valid column name, as per the config (they are case sensitive).");
}
} else {
LOG.info("Please provide '--column <columnName>' option at command line to generate stop words for that column.");
Expand Down

0 comments on commit 0e1c23c

Please sign in to comment.