IT/파이썬
-
불용어 / tqdm 파이썬 진행률 프로그래스바IT/파이썬 2025. 1. 21. 16:06
불용어란? I, my, me, over, 조사, 접미사 같은 단어들 문장에서는 자주 등장하지만 실제 의미 분석을 하는데는 거의 기여하는 바가 없는 단어 >우리나라 말로 따지면 의미 없는 조사같은 것들 참고 자료 : 위키독스 https://wikidocs.net/22530 tqdm ?tqdm은 파이썬에서 작업이 진행될 때,프로그래스바로 보여주는 역할을 함 AssertionError Traceback (most recent call last) in ()8 tokenized_data = []9 for sentence in tqdm.tqdm(train_data['document']):---> 10 tokenized_sentence = okt.morph..
-
파이썬 설치 경로 찾기IT/파이썬 2025. 1. 20. 16:54
파이썬 설치경로 확인하는 명령 원본경로 : https://allhpy35.tistory.com/2320초도 안 걸리는 파이썬 설치경로 알아내기! cmd 창 -> python -> import sys -> sys.executable 이건 1초 걸림cmd 창 -> where python C:\Users\human>where python C:\Users\human\anaconda3\python.exe C:\Users\human\AppData\Local\Microsoft\WindowsApps\python.exe