pablo-moreira commited on
Commit
54b94cc
1 Parent(s): 6a5b018

feat: update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -53,3 +53,13 @@ from datasets import load_dataset
53
  dataset = load_dataset('pablo-moreira/wikipedia-pt', 'latest')
54
  #dataset = load_dataset('pablo-moreira/wikipedia-pt', '20231001')
55
  ```
 
 
 
 
 
 
 
 
 
 
 
53
  dataset = load_dataset('pablo-moreira/wikipedia-pt', 'latest')
54
  #dataset = load_dataset('pablo-moreira/wikipedia-pt', '20231001')
55
  ```
56
+
57
+ ## Extractor
58
+
59
+ Notebook with the code for extracting documents from the Wikipedia dump based on the code from the FastAI NLP introduction course.
60
+
61
+ [Notebook](extractor.ipynb)
62
+
63
+ - **[Wikipedia dumps](https://dumps.wikimedia.org/)**
64
+ - **[A Code-First Intro to Natural Language Processing](https://github.com/fastai/course-nlp)**
65
+ - **[Extractor Code](https://github.com/fastai/course-nlp/blob/master/nlputils.py)**