Domain specific terms
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 1.7k
- Fork
- 232
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi,
I want to pretrain SciBERT using additional data, and I want to enlarge the vocabulary with 100 additional "domain-specific" terms which are reserved for such usage.
So I've figured out a way to extract a list of terms from my data.
Let's supposed I have the following most relevant terms:
```
"polymer"
"materials"
"chemistry"
"polymers"
```
what should I do with the terms such as `polymer` and `polymers`? Include them both? or keep the singular only?
Does anybody have information or recommendation on this?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.