Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minhpqn/NLP-Notes
Minh Pham's Notes about NLP
https://github.com/minhpqn/NLP-Notes
Last synced: 4 months ago
JSON representation
Minh Pham's Notes about NLP
- Host: GitHub
- URL: https://github.com/minhpqn/NLP-Notes
- Owner: minhpqn
- Created: 2016-10-01T07:47:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T10:00:37.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:20:09.995Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 7.46 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)