TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Re-design of the Text-Analysis Tool #108

Closed vincentanalik closed 1 year ago

vincentanalik commented 1 year ago

Hi David, thanks for the text analysis tool. It helped me a lot in my current job analyzing android logs.

There were a couple of features I wanted added to the logs. I got some time and did some redesign of the software from scratch using WPF. In addition to the current functionality of the text analysis tool:

There are a couple other cool functionalities I added to the software. I can share some screenshots or demo. Please let me know when you get a chance, I would like to contribute. Thanks.

DavidAnson commented 1 year ago

That sounds awesome, congratulations! At present, the source code is being kept private so there isn't anywhere I can point you at to contribute. Also, the implementation is completely WinForms due to the age of the tool, rather than WPF like you (very reasonably) chose. So I'm not sure there's a good path toward integrating your changes here. However, I'd absolutely encourage you to share what you did with others because I'm sure they'll find it useful as well!

vincentanalik commented 1 year ago

Okay, I understand. Thanks David.