bit2r / bitTA

기능이 bitNLP로 이관되었습니다. bitNLP를 사용하시기 바랍니다.
https://r2bit.com/bitNLP/
GNU General Public License v2.0
10 stars 0 forks source link

tidytext와 궁합이 맞도록 morpho_mecab() 함수 기능 보완 #27

Closed choonghyunryu closed 2 years ago

choonghyunryu commented 2 years ago

문제제기

tidytext와의 협업은 데이터프레임(tibble) 객체의 연산을 수행하는데, 데이터건수가 1건일 경우에는 리스트 객체가 아니라 벡터의 반환으로 인해서 다음과 같은 에러가 발생하는 사례가 있음

Error in `tidytext::unnest_tokens()`:
! Expected output of tokenizing function to be a list of length 1
Run `rlang::last_error()` to see where the error occurred.

해결 방법

함수의 인수를 추가해서 문서가 1개일 경우에도 리스트 객체로 반환할 수 있는 기능을 추가해야 함

choonghyunryu commented 2 years ago

as_list 인수 추가