Showing posts with label automation. Show all posts
Showing posts with label automation. Show all posts

Thursday, January 24, 2013

Open Text Summarizer

Linux.com :: Condensing with Open Text Summarizer

Open Text Summarizer is a tool for automating summarization of non-fiction text.

It could be used to (partially) automate the process of creating abstracts or executive summaries.

Interesting idea.

I had worked on a project with roughly similar goals, but in it the automation was not for  summarizing the text,  but for related aspects.

- Vasudev Ram
www.dancingbison.com
Software training and consulting

Monday, September 17, 2012

Electric Cloud, DevOps company co-founded by Tcl/Tk inventor John Ousterhout

Wednesday, June 27, 2012

Expect is a powerful Unix tool for automation

Expect plays a crucial role in network management

The above link is via @Phaseit (Cameron Laird), to an oldish article of his on IBM developerWorks, but it is worth mentioning.

Expect is not new. It is an old Unix tool that lets you automate text-mode user interactions with  various tools such as telnet, passwd, ftp, rlogin, etc. It lets you invoke such a tool and then interact with it programmatically via "expecting" prompts from the tool and then sending it responses, to make it do things. Hence the name Expect. It supports regular expressions.

I had used the tool a little, much earlier, and was blown away by its power. I also was lucky to get to read a book on Expect by its original creator, Don Libes, a scientist with the NIST, a standards institution of the USA.

http://en.m.wikipedia.org/wiki/Don_Libes

One of the key things about Expect is that it uses Unix ptys to help perform its magic.

- Vasudev Ram
www.dancingbison.com