Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > The "Hidden" Application in OSX

The "Hidden" Application in OSX
Thread Tools
Dedicated MacNNer
Join Date: Jun 2002
Location: Germany
Status: Offline
Reply With Quote
Mar 13, 2003, 11:02 PM
 
Hey,

just discovered a new app - Summarize. Did u know it? Choose some text anywhere and right-click -> Services -> Summarize.

Check it out. Anyone ever used this by purpose? Is there a real USE of this app?? Just curious


See ya..

ɕɕɕ *°* for it is a human number. it's number is onethousandandtwentyfour. *°* ͋ƺ

Dual 1.8 // Dual Display // Dual Ears // Dual Nuts // Dual Everything
     
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status: Offline
Reply With Quote
Mar 13, 2003, 11:05 PM
 
Originally posted by malique:
Hey,

just discovered a new app - Summarize. Did u know it? Choose some text anywhere and right-click -> Services -> Summarize.
Well, you click Services from the Application menu...

But wow, this is kinda neat... hehe. Good find, malique.
"In Nomine Patris, Et Fili, Et Spiritus Sancti"

     
Posting Junkie
Join Date: Nov 2001
Location: Retired.
Status: Offline
Reply With Quote
Mar 13, 2003, 11:34 PM
 
Wow, LOL...never seen that before.

Nice.
     
Mac Enthusiast
Join Date: May 2002
Location: Seattle, WA, USA
Status: Offline
Reply With Quote
Mar 14, 2003, 01:29 AM
 
i've known about it but never have used it beyond figuring out what it does. Kinda cool.
#macnn: where all the real action is at.
     
Mac Elite
Join Date: Nov 2001
Status: Offline
Reply With Quote
Mar 14, 2003, 03:23 AM
 
I remember this was a feature that was wowed at when OSX was just out. I've never used it myself.
     
Professional Poster
Join Date: Dec 2000
Location: Staffs, UK
Status: Offline
Reply With Quote
Mar 14, 2003, 03:42 AM
 
There's another hidden gem : FileMerge.

It's in the developer tools, and it's essentially just a front end to the Unix diff command - but I've never been able to understand diff output, and FileMerge is just sooooo slick !

It shows you the differences between two text files, with synchronised scrolling that sort of 'elastic bands' between the two files. Too hard to explain, you should try it.

If you use CVL (a GUI application for CVS) it calls FileMerge for showing differences between revisions. This is just so slick that it blows away my unix developer collegues
     
Sal
Dedicated MacNNer
Join Date: Sep 2000
Location: Cupertino, CA USA
Status: Offline
Reply With Quote
Mar 14, 2003, 04:04 AM
 
Summarize has been around since Mac OS 9. It is also available as an AppleScript command and can be used to provide a summary of text.

From the Standard Additons dictionary:

Code:
summarize: Summarize the specified text or text file summarize anything -- the text (or an alias or file reference to a text file) to summarize [in integer] -- the number of sentences desired in the summary Result: plain text -- a summarized version of the text or file
     
Junior Member
Join Date: Mar 2003
Location: UK; Australia
Status: Offline
Reply With Quote
Mar 14, 2003, 04:16 AM
 
Originally posted by malique:
Hey,

just discovered a new app - Summarize. Did u know it? Choose some text anywhere and right-click -> Services -> Summarize.

Check it out. Anyone ever used this by purpose? Is there a real USE of this app?? Just curious


See ya..
I knew it was there but I feel it lacks a couple of essential things which would make it an everyday tool:

WORD Count and CHARACTER count of the original selection as well as the summary itself. These in themselves don't sound like much but how often has a website given you a text entry field limited to x characters yet do not provide a way to check x? And fitting/editing articles to a particuclar length is usually given as a word count.
     
Mac Elite
Join Date: Feb 2001
Location: France
Status: Offline
Reply With Quote
Mar 14, 2003, 05:40 AM
 
Sometimes you see books in the bookstore with titles as "All the secrets of China".

That's impossible since they are no secrets anymore...

so your hidden app: same same

There are more "hidden apps", like the scripts for making a webpage, like making a show, in both cases just drop some pics on it and you either get a webpage or a photo show.
     
Mac Enthusiast
Join Date: Oct 2000
Location: Between heaven and hell
Status: Offline
Reply With Quote
Mar 14, 2003, 08:35 AM
 
Its in the same location as the apple spell check. The icon is pretty neat as well. Not quite sure what it does but if you go to sevices in the finder and just click on services, it opens it up really quickly.
Yes, I know I could buy a PC, but why?
     
Addicted to MacNN
Join Date: Nov 1999
Location: Madison, WI
Status: Offline
Reply With Quote
Mar 14, 2003, 06:42 PM
 
Neato, I love the icon.

-Owl
     
Professional Poster
Join Date: Oct 1999
Location: :ИOITAↃO⅃
Status: Offline
Reply With Quote
Mar 14, 2003, 06:48 PM
 
     
Professional Poster
Join Date: Jan 2002
Location: Rochester, NY
Status: Offline
Reply With Quote
Mar 14, 2003, 07:52 PM
 
The icon looks great!

I've used this once before a few months back but found no real use for it for me at least.
     
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Mar 14, 2003, 09:42 PM
 
Originally posted by GRAHAMUK:
I knew it was there but I feel it lacks a couple of essential things which would make it an everyday tool:

WORD Count and CHARACTER count of the original selection as well as the summary itself. These in themselves don't sound like much but how often has a website given you a text entry field limited to x characters yet do not provide a way to check x? And fitting/editing articles to a particuclar length is usually given as a word count.
There's actually a Terminal command devoted to this: wc (short for Word Count). It's been in Unix for many years.

Plain wc gives you a word count. Add -l to get lines and -m for characters (note, though, that this trips up on Unicode).

No, this isn't as good as a full-blown Service would be, but at least the code is there.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
Mac Elite
Join Date: May 2001
Location: NYC
Status: Offline
Reply With Quote
Mar 15, 2003, 12:35 AM
 
Originally posted by GRAHAMUK:
I knew it was there but I feel it lacks a couple of essential things which would make it an everyday tool:

WORD Count and CHARACTER count of the original selection as well as the summary itself. These in themselves don't sound like much but how often has a website given you a text entry field limited to x characters yet do not provide a way to check x? And fitting/editing articles to a particuclar length is usually given as a word count.
One (or two) extra steps, but check out Word Services 2.4 for word and character count. Completely free, shift-command-I on any text. And much more. Best 57K of Services you'll ever download.
     
Junior Member
Join Date: Mar 2003
Location: UK; Australia
Status: Offline
Reply With Quote
Mar 17, 2003, 04:06 AM
 
Originally posted by lookmark:
One (or two) extra steps, but check out Word Services 2.4 for word and character count. Completely free, shift-command-I on any text. And much more. Best 57K of Services you'll ever download.

Thanks for the tip - just installed it. At 57K, who can argue?
     
Mac Elite
Join Date: Oct 2001
Location: Enschede
Status: Offline
Reply With Quote
Mar 17, 2003, 11:48 AM
 
pretty useless. in english it leaves one sentence which is hardly readable and everything in dutch 'cannot be summarized'
iMac G5 2.0 Ghz 20", 2 GB RAM, 400 GB, OS X 10.4.5, iPod with color screen 60 GB
     
Senior User
Join Date: Jan 2001
Location: Zurich, Switzerland
Status: Offline
Reply With Quote
Mar 17, 2003, 12:46 PM
 
Originally posted by Jerommeke:
pretty useless. in english it leaves one sentence which is hardly readable and everything in dutch 'cannot be summarized'
Then increase the number of sentences that you want it summarised to, and automatic computer generated summaries are never going to be as good as human ones - well not until computers are a lot more advanced than they are now. Its hardly suprising Dutch doesn't work, unless someones written it for the language, its not going to work properly.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 07:48 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2