Flair를 이용한 Text Classification

본 글은 다음 글을 참고하여 작성했습니다. https://towardsdatascience.com/text-classification-with-state-of-the-art-nlp-library-flair-b541d7add21f Flair 설치 Flair는 python 3.6 이상에서만 동작한다. $ pip install flair 트레이닝 된 모델 테스트 해보기 Flair에서 제공하는 트레이닝 된 모델은 텍스트에서 긍/부정…

0 Comments

Google 텍스트 감정 분석

구글 감정 분석 가이드 문서를 보고 따라했다. https://cloud.google.com/natural-language/docs/sentiment-tutorial?hl=ko Install Cloud Natural Language API pip install --upgrade google-cloud-language """Demonstrates how to make a simple call to the Natural Language API.""" import…

0 Comments