Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minhpqn/NLP-Notes

Minh Pham's Notes about NLP
https://github.com/minhpqn/NLP-Notes

Last synced: about 2 months ago
JSON representation

Minh Pham's Notes about NLP

Awesome Lists containing this project

README

        

# NLP working notes

I will note experiences, resources, information, common practices when
working with NLP and/or Machine Learning.

### Xử lý keyword với flashtext

Thực sự ấn tượng với tốc độ xử lý keywords của thư viện này. Mình xử lý 730MB text (task: thay thế
các keywords có trong một từ điển) chỉ trong tầm 3-4 phút.

URL: [https://github.com/vi3k6i5/flashtext](https://github.com/vi3k6i5/flashtext)

Tham khảo thêm: [https://medium.com/better-programming/using-pythons-flashtext-library-to-find-keywords-in-text-data-f6cdf9c018ee](https://medium.com/better-programming/using-pythons-flashtext-library-to-find-keywords-in-text-data-f6cdf9c018ee)