SK-flyai / NateNews

Implement app to show NateNews easily
MIT License
0 stars 0 forks source link

사전 없는 오류 #59

Closed angdong closed 1 year ago

angdong commented 1 year ago

확인해보니 .gitignore 걸려있더라구요?

# add_mecab_userdic.py 실행 전에 ./user_words/mecab_words.txt 에 모든 단어 앞에 /표시 없애기
# 단어 앞에 /표시는 그 단어를 추가 안하겟다는 의미이기 때문
python add_mecab_userdic.py

를 실행했을 때 아래와 같은 오류가 발생합니다.

Traceback (most recent call last):
  File "add_mecab_userdic.py", line 68, in <module>    bigkinds_words_mecab()  File "add_mecab_userdic.py", line 42, in bigkinds_words_mecab
    df = pd.concat(df_lst)  File "C:\Users\013\AppData\Roaming\Python\Python38\site-packages\pandas\util\_decorators.py", line 331, in wrapper
    return func(*args, **kwargs)
  File "C:\Users\013\AppData\Roaming\Python\Python38\site-packages\pandas\core\reshape\concat.py", line 368, in concat
    op = _Concatenator(
  File "C:\Users\013\AppData\Roaming\Python\Python38\site-packages\pandas\core\reshape\concat.py", line 425, in __init__
    raise ValueError("No objects to concatenate")ValueError: No objects to concatenate

bigkinds_words 가 없어서 생긴 오류로 보입니다. 해당 파일 main에 merge 가능할까요?

sinjy1203 commented 1 year ago

형태소 분석기로 bareunpy.tagger을 사용할거라 mecab 부분은 안해도 돼 내가 방금 readme 수정햇으 쏴리쏴리

angdong commented 1 year ago

옹키~~이슈 닫을게요