-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support plural words #12
Comments
A Facebook posted link to http://isnowillegal.com/?the%20media didn't work, just the front page showed up. I think maybe supporting http://isnowillegal.com/?the+media would help? |
[OFF] @crazy4groovy Links on facebook must start with "share.isnow...", like http://share.isnowillegal.com/the%20media |
Seems an option would be easier to implement plural word detection: English pluralization rules are inconsistent, so detecting plural forms can fail some cases. An example: Pluralize.js fails in this case. Edit: in the other hand if you want to make it simple, easy to use (i.e. the user don't needs to select any option, just type the word), and don't care about edge-cases it do the work quite well. |
I think adding a checkbox on the page would work perfectly |
Yeah I guess you can keep it simple and forget about edge cases. |
I agree with the checkbox idea. It's a surefire way to prevent misrecognition of plurals. |
i think the simplest way is http://isnowillegal.com/?Grammar |
lmao |
Will be nice to have plural support, actually everything says
IS NOW ILEGAL
, if you can make it detect plural words and replace the IS for ARE like "DOUBLE UNDERSCORES ARE NOW ILEGAL".The text was updated successfully, but these errors were encountered: