Skip to content

Instantly share code, notes, and snippets.

View minhqnd's full-sized avatar
👽
still alive

Quang Minh minhqnd

👽
still alive
View GitHub Profile
@minhqnd
minhqnd / xulytudien.py
Created February 15, 2023 09:44
lọc từ điển https://raw.githubusercontent.com/undertheseanlp/dictionary/master/dictionary/words.txt ra các từ có 2 chữ để chơi nối từ, tạo bởi ChatGPT
import re
import os
# Đường dẫn đến file txt ban đầu
input_file_path = "words.txt"
# Đường dẫn đến file txt mới sẽ ghi ra
output_file_path = "tudien.txt"
# Đọc nội dung file txt ban đầu