-
Hi everyone. I would like to make some inferences and replicate the reported BLEU Score for the English to Korean Translation model (https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/model…
-
- [Paper Review] Prompt-Based Learning
https://www.youtube.com/watch?v=q5FGZBqK-vc
- [Paper Review] Language models are few-shot learners
https://khyeyoon.github.io/nlp paper/GPT3/
- Few-S…
-
## 🐛 Bug
기본 감정분류 예와
https://www.dinolabs.ai/271
이 예를 참고하여 검색하며 오류 수정하면서 하고있습니다..
colab으로 하고있습니다.
!pip install mxnet
!pip install gluonnlp pandas tqdm
!pip install sentencepiece==0.1.91
!pi…
-
1. Dividing vocabulary to index
2. Counting these to display chart.
-
These are avenues where we can post our CFP:
Mailing Lists:
- [Corpora List](https://www.mail-archive.com/corpora@uib.no/msg08036.html)
- Sent CFP 1
- [Sent CFP 2](https://mailman.uib.no/p…
-
Error: package or namespace load failed for ��KoNLP��:
.onAttach failed in attachNamespace() for 'KoNLP', details:
call: if (all((localeToCharset()[1] == c("UTF-8", "CP949", "EUC-KR")) ==
err…
-
Hi @misja.
I'm the maintainer of [konlpy](http://konlpy.org), a Korean NLP package for Python.
konlpy has recently been issued that using konlpy with python-boilerpipe creates exceptions (https://git…
-
1. 모델 찾기
2. 모델 구동해보기
3. 스프링에서 인공지능 모델로부터 데이터 결과값 받아오는 방법
4. 기본적인 웹 구현 방향 설계
-
I'm not sure what to do about them, but in cases where grammatical prefixes (ex. pre-, re-, un-) and suffixes (ex. -들, -에, -가, -는) occur frequently I've noticed some unusual results.
- Since choices …
-
I'm trying to use a python library, [Korean NLP in Python](http://konlpy.org/en/v0.4.4/) as below.
```
from konlpy.tag import Twitter
```
It works fine on local environment but it fails on lam…