I don't understand the question. Right now I am just building the post crawler in a silly but well workable manner, there will be a user interface to input the parameters for the crawl. I literally started yesterday so have to start somewhere.
Oh, I thought you were feeding the individual user data into a text based generative adversarial network or something.
Not yet though there might eventually be... I do like generative adversarial networks (and other deep learning approaches) but I am starting with decision/regression tree ensembles as they tend to be better at telling stories (easier to interpret). Though some visualization approaches can use any type of classifier so eventually want to find the approach with the best accuracy and such. What would you want to see done with these? Any classification or predictions tasks in general anyone would like to see? The sky is the limit (um literally the way I am doing this) and I am willing to go in directions based on demand.
There are so many possible data analytics tasks. To me I like ones which help people make wise decisions when it comes to investing and getting bamboozled. But I also am going to go for some ones just for the purely storytelling aspect.
The whole 'doing it in Unity VR whatever' thing is going to stretch this out quite a bit... but that is ok... so I am probably going to be posting on NLP basics for awhile as I literally build a pipeline... Things like stopword removal, hyponym replacement, ngrams, tf-idf or word2vec word frequency associations, basic model training... oh and a word cloud generator..