Created
June 19, 2020 00:20
-
-
Save ggteixeira/ca0e092db27c2aaa2f74a96cbcb59607 to your computer and use it in GitHub Desktop.
Filtrando 3-gramas no Vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Filtrando trigramas | |
:v/^\w* \(com\|como\|da\|das\|de\|do\|dos\|em\|na\|no\|o\|os\|ou\|pela\|pelos\|por\) \w*/d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment