File size: 734 Bytes
3018c75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
README.md
pyproject.toml
setup.py
cc_net/__init__.py
cc_net/__main__.py
cc_net/dedup.py
cc_net/execution.py
cc_net/flat_hash_set.py
cc_net/get_wiki_cirrus.py
cc_net/jsonql.py
cc_net/mine.py
cc_net/minify.py
cc_net/perplexity.py
cc_net/process_wet_file.py
cc_net/regroup.py
cc_net/split_by_lang.py
cc_net/text_normalizer.py
cc_net/tokenizer.py
cc_net.egg-info/PKG-INFO
cc_net.egg-info/SOURCES.txt
cc_net.egg-info/dependency_links.txt
cc_net.egg-info/requires.txt
cc_net.egg-info/top_level.txt
cc_net/data/cutoff.csv
cc_net/data/test_stats.json
tests/test_dedup.py
tests/test_flat_hash_set.py
tests/test_jsonql.py
tests/test_minify.py
tests/test_normalizer.py
tests/test_parse_wet_file.py
tests/test_regroup.py
tests/test_transformer.py