ML | DL

ML | DL

[NLP] keyBERT 사용해보기

먼저 라이브러리를 깔아줍니다 pip install keybert from keybert import KeyBERT import를 해주고 doc = """ As we age, our once youthful, healthy skin succumbs to an enzymatic imbalance that wears away the cellular network, resulting in skin thinning and aging. Combining the best of nature and cosmetic biotechnology, Bio-Active products are formulated with Enzymes that gently exfoliate the skin and stimulate regenera..

ML | DL

[error] Can't find factory for 'entityLinker' for language English (en)

Can't find factory for 'entityLinker' for language English (en) 이 오류가 뜰땐! pip install spacy-entity-linker python -m spacy_entity_linker "download_knowledge_base" 그냥 지우고 다시 깝시다^^

ML | DL

[Entity Linking Model] Spacy Entity Linker

특정 단어를 wikipedia에 검색했을 때 direct mapping으로 검색을 할 경우 wikipedia에는 모든 정보가 있지만 내가 검색한 title로 문서가 검색되지 않아 404가 너무 많이 뜨는 오류가 발생했다. 그래서 내가 A를 검색했을 때 Wikipedia에 존재하는 문서의 Title A'을 알려주는 Entity liniking model을 검색했더니 Spacy model이 나왔다. https://pypi.org/project/spacy-entity-linker/ spacy-entity-linker Linked Entity Pipeline for spaCy pypi.org 이대로 설치하면 되고 추가적으로 "en_core_web_md" 를 설치해야된다. https://spacy.io/model..

ML | DL

추천시스템

보호되어 있는 글입니다.

pushpush
'ML | DL' 카테고리의 글 목록