NLP의 의미론적 유사성(텍스트 비교) - 최고의 패키지 또는 클라우드 서비스? (Semantic similarity (text comparison) in NLP - best package or cloud service?)


문제 설명

NLP의 의미론적 유사성(텍스트 비교) ‑ 최고의 패키지 또는 클라우드 서비스? (Semantic similarity (text comparison) in NLP ‑ best package or cloud service?)

텍스트 비교(동의어 고려를 포함한 문장의 의미)를 위한 기성품 서비스를 찾고 있습니다.

AWS Comprehend가 텍스트 비교를 지원하지 않는다는 것을 알았습니다. 신속하게 구현할 수 있는 신뢰할 수 있는 방법을 찾고 있습니다.


참조 솔루션

방법 1:

The information "text comparison" is very broad. If there is an example of the expected functionality, we can help better. Following are some points regarding semantics with Python's library for WORDNET.

  1. This offers a way to identify synonyms, hypernymy, and hyponymy.
  2. This also offers a way to measure the distance between two words and thereby helps in comparing the "proximity" of those words.
  3. Please note that WORDNET is a collection of NOUNS and does not have all the words in English.

방법 2:

I've used SprinkeML to do word comparisons and it's worked well.

(by R007SidharthMacherlaRob Aikins)

참조 문서

  1. Semantic similarity (text comparison) in NLP ‑ best package or cloud service? (CC BY‑SA 2.5/3.0/4.0)

#Artificial-Intelligence #NLP






관련 질문

C++의 Langtons Ant(콘솔) - 코어 덤프됨 (Langtons Ant in C++ (console) - core dumped)

그리드 맵 탐색/채우기 알고리즘 (Algorithm for exploring/filling grid map)

사이먼 마크 투 오픈 소스 코드 (cyman mark two open souce code)

가위바위보 AI 이슈 (Rock paper scissors AI issue)

::pause >nul은 무엇을 의미합니까? (배치로) (What does ::pause >nul mean/do? (in batch))

4x4 TicTacToe 보드의 Minimax 알고리즘 (Minimax algorithm in 4x4 TicTacToe board)

타의 추종을 불허하는 minimax 검사기 알고리즘 (Unbeatable minimax checkers algorithm)

기계 학습을 사용하여 손으로 쓴 서명 이미지의 배경 제거 (Using machine learning to remove background in image of hand-written signature)

유효한 인덱스를 반환하지 않는 Tensorflow 텍스트 생성 (Tensorflow text generation not returning valid index)

NLP의 의미론적 유사성(텍스트 비교) - 최고의 패키지 또는 클라우드 서비스? (Semantic similarity (text comparison) in NLP - best package or cloud service?)

Android 애플리케이션에 RASA 챗봇 통합 (Integration of RASA Chatbot on Android Application)

Python과 함께 스레딩을 사용할 때 발생하는 코루틴 오류, RuntimeWarning: 코루틴 'time_messege'가 기다리지 않았습니다. (Coroutine error when using threading with python, RuntimeWarning: coroutine 'time_messege' was never awaited)







코멘트