[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Text mining with Gephi
Page 1 of 1

Text mining with Gephi

Posted: 11 May 2017 12:44
by gasconmar
Hi all,
I am a public health grad student. I am comparing texts from different countries (all translated into english) to build kind of a "keyword map" for every country.
I am doing it this way:
1. I create a .txt file with all the text from 1 country
2. I use VOSviewer to create a network file from this .txt file and I save it in .gml format
3. Then import the .gml to gephi to get my network map.
(I wanted to use Gephi because i have many options to modify size/colors/move nodes etc than with other softwares like vosviewer for example).

Since I have no experience in data science and 1 month left to finish this, I was wondering if theres a faster, easier, more logical way I should be doing this.

Thanks in advance!!