TextAnalysisTool / Releases

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

Add annotations to filtered output #79

Open jmichaelsturm opened 4 years ago

jmichaelsturm commented 4 years ago

Are there any plans to enhance this great tool by allowing users to add annotations within the filtered output? For example, it would be useful to place "bookmarks" at certain filtered locations in the text file and add a comment at that location. As a side note, do you intend to publish the source code?

DavidAnson commented 4 years ago

I tagged this as an enhancement, thank you. What you propose may be challenging to preserve when refreshing the fail. That may not be part of your workflow, but many scenarios involve updating the data periodically.

I’ve made the source code available internally at Microsoft and some teams tweak it, but there are some restrictions that prevent me from making it public to the world. Sorry about that.

jmichaelsturm commented 4 years ago

Thank you! Yes, my workflow only involves analyzing a static data file. Perhaps the annotations could be kept in a separate file, but I do understand the challenge of keeping it in sync with the original data.