Skip to content

Commit b65f59e

Browse files
committed
Add article and requirements files; update README.
1 parent 935c471 commit b65f59e

File tree

3 files changed

+684
-1
lines changed

3 files changed

+684
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# strings-regular-expressions-and-text-data-analysis
2-
While built-in string methods have limited flexibility and regular expressions have limited expressive power, both can still be leveraged in creative ways to implement scalable workflows that analyze and process text data. This article explores these tools and introduces a few useful peripheral techniques within the context of a use case involving a large text data corpus: the set of article abstracts found in the English-language edition of Wikipedia.
2+
While built-in string methods have limited flexibility and regular expressions have limited expressive power, both can still be leveraged in creative ways to implement scalable workflows that process and analyze text data. This article explores these tools and introduces a few useful peripheral techniques within the context of a use case involving a large text data corpus: the set of article abstracts found in the English-language edition of Wikipedia.

Diff for: requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jupyterlab
2+
tqdm
3+
requests
4+
matplotlib

0 commit comments

Comments
 (0)