tweak paths and find links
This commit is contained in:
parent
36c8bb2354
commit
e4aaa33137
7 changed files with 309 additions and 10 deletions
|
|
@ -3,8 +3,8 @@ import re
|
|||
from pathlib import Path
|
||||
from collections import defaultdict, Counter
|
||||
|
||||
INPUT_DIR = Path(".") # dossier contenant les fichiers
|
||||
OUTPUT_FILE = "category_analysis.json"
|
||||
INPUT_DIR = Path("../unique_pages")
|
||||
OUTPUT_FILE = "../category_analysis.json"
|
||||
|
||||
|
||||
# ---------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue