Skip to content

Update removeStopWords method#2

Open
abhinavp13 wants to merge 1 commit intoharryaskham:masterfrom
abhinavp13:patch-1
Open

Update removeStopWords method#2
abhinavp13 wants to merge 1 commit intoharryaskham:masterfrom
abhinavp13:patch-1

Conversation

@abhinavp13
Copy link
Copy Markdown

It was checking for is Stopword(string), which is the method input string. After splitting on spaces, we have word in words, so isStopword should be called with word as string parameter.

It was checking for is Stopword(string), which is the method input string. After splitting on spaces, we have word in words, so isStopword should be called with word as string parameter.
@harshi58
Copy link
Copy Markdown

harshi58 commented Jan 20, 2018

The program is not running properly. Can anyone tell me which method to call in the main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants