Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,8 @@ huggingface-cli download BramVanroy/fineweb-2-duckdbs fw2-deu_Latn.duckdb --loca
|
|
26 |
|
27 |
## Usage
|
28 |
|
|
|
|
|
29 |
```python
|
30 |
import re
|
31 |
import duckdb
|
|
|
26 |
|
27 |
## Usage
|
28 |
|
29 |
+
Originally developed to be used with a library to look for Creative Commons licensing information: https://github.com/BramVanroy/CommonCrawl-CreativeCommons/
|
30 |
+
|
31 |
```python
|
32 |
import re
|
33 |
import duckdb
|