TextAnalysisTool / Releases

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

TextAnalysisTool.net for ubuntu machine #46

Closed singhalgk closed 3 years ago

singhalgk commented 6 years ago

Could you please provide a version to run on ubuntu machine. I am very much dependent on this tool now. but I don't have windows machine anymore.

DavidAnson commented 6 years ago

The most practical way to do that would be to port to .NET Core which is the .NET support story for Linux. However, that team does not plan to support WinForms: https://github.com/dotnet/core/issues/374

zholobov commented 6 years ago

@DavidAnson do you know if it's possible to do any other UI on .NET Core? From the link you mentioned it looks like no, but just in case...

zholobov commented 6 years ago

I'm asking because I'm still interested in improving this awesome tool, and I would like to help in making it cross-platform somehow.

vincec-msft commented 6 years ago

About a year ago I tried running on Mono, but ran into a Mono bug that I didn't have time to track down. just in case someone was thinking of that route.

singhalgk commented 6 years ago

I have already tried running this tool with mono. Textanalysistool launched properly. but It doesnot display text after loading the file. I am very much struggling to somehow run it on ubuntu machine.

DavidAnson commented 3 years ago

Duplicate of #19