We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Rip.js:
const space = /[\s]/; const newline = /[\n]/; const words = /^[a-zA-Z]+$/; const punctWord = /^[a-zA-Z'‘’]+$/; const punct = /[^a-zA-Z]/g;
Can't parse lyrics like this:
Yo 7L, tell me where the gat at? Nah scratch that, I'mma take the AT-AT
What about hyphens?
We eliminated exclamations marks, which makes sense, I guess.
The text was updated successfully, but these errors were encountered:
Delete Assignment #1.docx
6831510
jameshyen
No branches or pull requests
In Rip.js:
Can't parse lyrics like this:
What about hyphens?
We eliminated exclamations marks, which makes sense, I guess.
The text was updated successfully, but these errors were encountered: