Vu Anh
Vu Anh
@9alaty-coL Thank you for reporting this issue. It appears that the named entity recognition module is not functioning properly. I will investigate the cause of this problem and address the...
**Update 2022-12-12** I just create a simple static webpage like that There are many jobs must be done to make this MVP works 🐶
**Update 2022-12-17**
**Features** * [x] Add import_export module * [ ] Pagination in Articles page (UI + Service ✓) * [ ] Search * [ ] Feature Collections
> Do you plan on creating keyword extraction for Vietnamese? No. But I think you can give [Flashtext](https://github.com/vi3k6i5/flashtext) a try. > I have tried RAKE, YAKE, KeyBert, TextRank, ... but...
Interesting topic. I will invest it later to see how can we do :D
@BLKSerene Please show me how you install and the commands you used. I can run underthese 6.2.0 on MacOS 12.6.3 with Python 3.9.16 normally. My environement ``` (test39) anhv:~ anhv$...
@BLKSerene > ... underthesea_core.cpython-39-darwin.so: cannot load 'underthesea_core.cpython-39-darwin.so' > I simply run pip3 install --upgrade underthesea I think this issue is related with `underthsea_core`, I upgrade `underthesea_core` to `1.0.0` in `underthesea==6.2.0`...
@BLKSerene Please run ``` pip3 install --upgrade underthesea pip3 install --upgrade underthesea_core ``` and make sure your package will be ``` underthesea==6.2.0 underthesea_core==1.0.0 ``` I think it will works well....
@BLKSerene Thanks for submitting your report. After taking a look at the error log, it seems like the issue is with `underthesea_core.cpython-39-darwin.so`. I think it might be similar to the...