Skip to content
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

Fix standard analyzer tests #7

Merged
merged 2 commits into from
Jun 17, 2016

Conversation

PuercoPop
Copy link
Contributor

The assertions 8-12 from TEST-STANDARD-ANALYZER were failing because by
default STANDARD-ANALYZER skips the words in ENGLISH-STOP-WORDS. I'm guessing the tests weren't updated to reflect the functionality.

Also add two more tests to test that this behaviour is customizable by
passing a different list of stop words to the standard-analyzer

I also added some docstrings (in a separate commit if they are deemed inappropriate)

cf. #6

The assertions 8-12 from TEST-STANDARD-ANALYZER were failing because by
default STANDARD-ANALYZER skips the words in *ENGLISH-STOP-WORDS*. Also
add two more tests to test that this behaviour is customizable by
passing a different list of stop words to the standard-analyzer
@PuercoPop PuercoPop force-pushed the standard-analyzer-tests branch from 24894f9 to 6b83e23 Compare June 10, 2016 19:33
@luismbo luismbo merged commit 3b42794 into sharplispers:master Jun 17, 2016
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