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
There is some limits on the texts (or number of syntax matches) it would process, for example:
yes "Do to be agreeable conveying oh assurance. Wicket longer admire do barton vanity itself do in it. " | head -n 800 | syn -a
Will stop processing about 790 lines
For real world text: curl https://raw.githubusercontent.com/hintjens/psychopathcode/master/ch00.txt | syn -a
curl https://raw.githubusercontent.com/hintjens/psychopathcode/master/ch00.txt | syn -a
Also stops processing couple paragraphs before the end.
If there is a memory concern, could we add a flag to config it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is some limits on the texts (or number of syntax matches) it would process, for example:
yes "Do to be agreeable conveying oh assurance. Wicket longer admire do barton vanity itself do in it. " | head -n 800 | syn -a
Will stop processing about 790 lines
For real world text:
curl https://raw.githubusercontent.com/hintjens/psychopathcode/master/ch00.txt | syn -a
Also stops processing couple paragraphs before the end.
If there is a memory concern, could we add a flag to config it?
The text was updated successfully, but these errors were encountered: