Co-occurrence network options: words and variables #1302
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Indeed, the co-occurrence network only uses words that appear more than 200 times in the whole data. Therefore, if there are few words that appear more than 200 times in the 2016 corpus, there will be few words that are connected to "2016". As a possible solution, what would happen if you changed 200 to 175 or 150? Alternatively, it might be a good idea to create a table of characteristic words. The automatically created table shows the top 10 words, but you could manually make it into a table of around the top 20 words. |
Beta Was this translation helpful? Give feedback.
-
Dear Professor Koichi, |
Beta Was this translation helpful? Give feedback.
Indeed, the co-occurrence network only uses words that appear more than 200 times in the whole data. Therefore, if there are few words that appear more than 200 times in the 2016 corpus, there will be few words that are connected to "2016".
As a possible solution, what would happen if you changed 200 to 175 or 150? Alternatively, it might be a good idea to create a table of characteristic words. The automatically created table shows the top 10 words, but you could manually make it into a table of around the top 20 words.