-
Updated
Dec 13, 2020 - Shell
text-processing
Here are 934 public repositories matching this topic...
-
Updated
Mar 4, 2021 - Python
-
Updated
May 9, 2021 - Rust
-
Updated
Apr 22, 2021 - Python
-
Updated
Apr 9, 2021 - Python
-
Updated
May 16, 2021 - Python
-
Updated
Mar 25, 2021 - Python
-
Updated
Feb 8, 2021 - Python
-
Updated
Mar 1, 2021 - Scala
-
Updated
May 12, 2021 - Rust
-
Updated
Mar 13, 2019 - Python
-
Updated
Oct 14, 2018 - Python
pip install -r requirements.txt
python -m spacy download en_core_web_sm # depend on which language you want to you: https://spacy.io/usage/models
stringi cheat sheet
Are there any cheat sheets of stringi available? Like this one of stringr: http://edrub.in/CheatSheets/cheatSheetStringr.pdf
It would be more efficient to have a cheat sheet since R base, stringr, and stringi have different but similar types of syntax, which could be confusing some times.
-
Updated
May 28, 2021 - Rust
Support for stdin
-
Updated
May 23, 2021 - Python
-
Updated
Sep 10, 2019 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Apr 2, 2021 - Python
-
Updated
Nov 15, 2019 - Python
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Apr 19, 2020 - Go
-
Updated
May 27, 2021 - TypeScript
-
Updated
Mar 14, 2018 - Python
-
Updated
May 23, 2021 - Python
-
Updated
Aug 11, 2020 - Python
Improve this page
Add a description, image, and links to the text-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-processing topic, visit your repo's landing page and select "manage topics."
I'd like to be able to run commands on all lines of a file. For example,
bsed wrap lines with "
should execute on all lines of the file. Current workaround is to include some trivial filter likewrap lines containing '.' with "