필터 지우기
필터 지우기

How to use Matlab to analyze the sentence structure for text analysis?

조회 수: 3 (최근 30일)
Miao
Miao 2019년 6월 21일
댓글: Miao 2019년 6월 21일
How to make matlab generate the structure of sentence analysis, like object, subject, verb, clause (like object clouse etc) like Python NLTK?
For example, 'I like you because you are smart'. "I": object, "like": verb, "you": subject, "becuase you are smart": adverb clouse of cause. Can matlab do that and how ?
Thanks!
  댓글 수: 4
Jan
Jan 2019년 6월 21일
There is a Java interface, which contacts CoreNLP: https://github.com/stanfordnlp/CoreNLP . You can call Java from Matlab also. If there is a working Python toolbox, why not using it?
Miao
Miao 2019년 6월 21일
Because matlab is the primary software our company use, but if matlab cannot do this, I will move to use python.

댓글을 달려면 로그인하십시오.

답변 (1개)

Steven Lord
Steven Lord 2019년 6월 21일
I'm not certain if Text Analytics Toolbox does all of what you want but I recommend reviewing the documentation, specifically the Text Data Preparation chapter, to check. If not, you could submit an enhancement request with details about your application and the functionality you wanted to see to Technical Support by using the telephone handset icon in the upper-right corner of that page.
  댓글 수: 1
Miao
Miao 2019년 6월 21일
I searched in text data preparation and seems that there is no function to analyze sentence structure to get verb, subject, clause etc. I just submitted a requst through tech support. This funcitno is important for NLP analysis to increase the accuracy on sentence understanding, it is nice for matlab to have this function.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Call MATLAB from Python에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by