'word2vec' not found

조회 수: 1 (최근 30일)
Salad Box
Salad Box 2020년 10월 12일
답변: Sohini Sarkar 2020년 10월 14일
Hi
I'm using 2018b and 'text analytics toolbox' appears in my toolbox list.
However, when I type
>> which word2vec
'word2vec' not found.
Why is that?
Can I or can I not use 'word2vec' function?
If yes, how to use it in this case?
Please advise.
Many thanks.
  댓글 수: 1
Ameer Hamza
Ameer Hamza 2020년 10월 12일
word2vec was introduced in R2017b, so it should be available in your MATLAB. Does the text analytics toolbox appears in the list when you run
ver

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

채택된 답변

Sohini Sarkar
Sohini Sarkar 2020년 10월 14일
word2vec is a method of wordEmbedding. It appears once you construct a wordEmbedding in the current matlab session, e.g.
>> which word2vec
% nothing
>> emb = wordEmbedding("foo",1);
>> which word2vec
% returns path to wordEmbedding, says word2vec is a method
The page has some links to examples that you can try out.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling and Prediction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by