mowolf / ChatAnalyzer

Java script webapp that analyzes your WhatsApp Chat history locally on your machine.
https://chatanalyzer.moritzwolf.com
Other
208 stars 41 forks source link

Not looking at articles #33

Closed ludoro closed 5 years ago

ludoro commented 5 years ago

Is still this under development? I would love to help around! For example: I do not think that looking at articles is very interesting, shouldn't we skip that?

mowolf commented 5 years ago

Hey @ludoro, there is actually still stuff to do! Currently I do have nearly no time that I can spent toward this project however.

However the code is not that understandable as it is not documented at all. What are you looking to do?

ludoro commented 5 years ago

Nice to hear! I was thinking about some kind of sentiment analysis on the texts, does that sound cool?

mowolf commented 5 years ago

YEAH! That sounds great! Thought about that as well! I would be open to explain you understand the current code if you dont get it yourself to get you access to the data you would need for that analysis. If you want to do that you are more then welcome!

ludoro commented 5 years ago

Nice. I will take a look into it and get back to you if I get into problems.

mowolf commented 5 years ago

just had some time and got a markov chain in js working. https://github.com/mowolf/markov_chain_js/tree/master will see and implement it to the webapp in the next weeks/days