TextAnalysisTool.NET
11–20 of 45 posts
Re: TextAnalysisTool.NET
#12Re: TextAnalysisTool.NET
#13Re: TextAnalysisTool.NET
#14Earlier quoted context omitted.
> Is a good Linux command line tool in the same genre It is also a good OS-X/FreeBSD command line tool as well.
(Not .NET I should say ;))
Perhaps it might be[0]?
I'm not quite sure how I feel about that however... :-D
Re: TextAnalysisTool.NET
#15reminds me a bit of klogg https://github.com/variar/klogg which is more for log files and based off glogg which went dead. it has nice filtering and highlighting type stuff. It's great for live views of log files.
https://superuser.com/questions/706761/textanalysistool-net-...
Re: TextAnalysisTool.NET
#16Marginally related, but this is one of the things I'm bullish on ChatGPT for. Too frequently, I've gotten hundreds of lines of malformed textual data that I need to standardize. This is like impossible with REGEX but I can drop it into GPT and it does this wonderfully.
Re: TextAnalysisTool.NET
#17Marginally related, but this is one of the things I'm bullish on ChatGPT for. Too frequently, I've gotten hundreds of lines of malformed textual data that I need to standardize. This is like impossible with REGEX but I can drop it into GPT and it does this wonderfully.
I have no idea how Regex became the standard. The syntax is impossible to remember unless you write regex expressions daily. Most people only rarely need regex so it needs to be relearned every time. It is also incredibly unsatisfying to write (and read).
Re: TextAnalysisTool.NET
#18Earlier quoted context omitted.
(Not .NET I should say ;))
> (Not .NET I should say ;)) Perhaps it might be[0]? I'm not quite sure how I feel about that however... :-D 0 - https://learn.microsoft.com/en-us/dotnet/core/install/
Re: TextAnalysisTool.NET
#19Marginally related, but this is one of the things I'm bullish on ChatGPT for. Too frequently, I've gotten hundreds of lines of malformed textual data that I need to standardize. This is like impossible with REGEX but I can drop it into GPT and it does this wonderfully.
I have no idea how Regex became the standard. The syntax is impossible to remember unless you write regex expressions daily. Most people only rarely need regex so it needs to be relearned every time. It is also incredibly unsatisfying to write (and read).
Not to mention, non tech people will now be able to use what once could’ve only been done with cryptic regex.