Skip to content

Commit

Permalink
feat: syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Aug 13, 2018
1 parent 5bc4883 commit 9d4ea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**cophi-toolbox** is a Python library for handling, modeling and processing text corpora. You
can easily pipe a collection of text files using the high-level API:

```
```python
corpus, metadata = ct.pipe(directory="british-fiction-corpus",
pathname_pattern="**/*.txt",
encoding="utf-8",
Expand Down

0 comments on commit 9d4ea5f

Please sign in to comment.