Main > Free Download Search >

Free spelling software for mac

spelling

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 78
Spelling Bee 1.1.1

Spelling Bee 1.1.1


Free spelling Yahoo! widget for your Mac more>> <<less
Download (1.3MB)
Added: 2009-04-06 License: Freeware Price: FREE
185 downloads
 
Other version of Spelling Bee
Spelling Bee 1.1Jim McGowan - Spelling Bee is created to be a handy tool which makes it easy for you to check the spelling of words using OS Xs central spelling server
License:Freeware
Download (219.7KB)
downloads
Added: 2006-10-17
Hebrew Spelling Service 1.5.1

Hebrew Spelling Service 1.5.1


iSkysoft iPod Movie Converter for Mac 1.8.3.1 offers Mac OS X users a powerful tool to convert video to iPod.It supports the new iPod nano, iPod Classic, iPod touch more>> iSkysoft iPod Movie Converter for Mac 1.8.3.1 offers Mac OS X users a powerful tool to convert video to iPod.It supports the new iPod nano, iPod Classic, iPod touch. It can convert MPEG1, MPEG2, MP4, 3GP, 3G2, AVI and Mpeg TS/TP (for HD Video) to iPod video with high output quality and various features such as setting video brightness, contrast, saturation, video file trim, video crop, batch conversion, and joining multiple files into one file. It can also convert video to audio formats including M4A, MP3 and AAC. iskysoft iPod Movie Converter for Mac is an ideal choice to Mac users to convert video to iPod.

Major Features:

  1. Convert all sorts of video files to iPod on Mac OS X.
  2. Convert video to audio formats including M4A, MP3 and AAC.
  3. A professional program developed specifically for Mac OS X users.
  4. Merge all added files and output one file.
  5. Set movie video brightness, contrast, saturation, and choose to apply special video effects to your video files.
  6. Crop your DVD video to remove black bars.
  7. You can trim your video files to only convert a part of a video file.
  8. Preview your video files before conversion to adjust the output quality.

Enhancements: Optimized interface.

Requirements:

  1. MAC OS X or above operating system
  2. At least 512M physical RAM.

WareSeeker Editor

<<less
Download (414KB)
Added: 2009-06-13 License: Freeware Price: FREE
189 downloads
 
Other version of Hebrew Spelling Service
Hebrew Spelling Service 1.5Hebrew Spelling Service is a program bringing Hspells Hebrew spelling dictionary to Mac OS Xs built-in spell checker. Hebrew Spelling
License:Freeware
Download (448.2KB)
downloads
Added: 2006-05-18
Hebrew Spelling Service 1.5Hebrew Spelling Service adds Hspells Hebrew spelling dictionary to Mac OS Xs built-in spell checker. Once the
License:Free
Download (459K)
downloads
Added: 2006-05-19
Hebrew Spelling Service 1.1Mitz Pettel - Adds spell checker to OSX`s Hebrew dictionary. Hebrew Spelling Service
License:Freeware
Download (348KB)
1984 downloads
Added: 2004-05-23
Turkish Spelling Dictionary 1.0

Turkish Spelling Dictionary 1.0


Turkish Spelling Dictionary is considered as an effective and easy-to-use source for Turkish learners (native- speaker or not) to write. more>>

Turkish Spelling Dictionary 1.0 is considered as an effective and easy-to-use source for Turkish learners (native- speaker or not) to write.

To use the Turkish Spelling Dictionary, all you have to do is start typing the first letters of the word you are searching. And the software will list the word.

Requirements: Mac OS X 10.3.4 and 10.3.5 tested.
<<less
Download (1.3MB)
Added: 2004-09-13 License: Free Price:
downloads
 
Other version of Turkish Spelling Dictionary
Turkish Spelling Dictionary 1.0Turkish Spelling Dictionary is a highly-efficient, high-quality source for everyone (native- speaker or not) who wants to
License:Freeware
Download
downloads
Added: 2004-09-12
gSpell 1.2

gSpell 1.2


gSpell provides spelling suggestions from Google more>>
gSpell is a very useful service for Mac OS X that provides spelling suggestions from Google. For some words and phrases Googles spell checker is much more accurate than a desktop spell checker (since their sites generate insane amounts of statistical data regarding the worlds most common spelling mistakes [searches] and their intended spellings [results clicked]).
Their spell checker also corrects formal names (can your spell checker fix Rachmananoph, Seve Jobz, or Afex Twen?) and colloquialisms not yet included in desktop spell checkers.
gSpell was developed as a final project for the Search Engines: Technology, Society, and Business seminar taught in Fall 2005 at UC Berkeley.
To use:
- Log out and log back in.
- Select any questionable text.
- Press Cmd+Shift to get a spelling suggestion from Google.
<<less
Download (10KB)
Added: 2007-05-09 License: Freeware Price:
898 downloads
Raspell 1.1

Raspell 1.1


Aspell spelling checker binding developed in Ruby more>> Aspell spelling checker binding developed in Ruby

Raspell is a free and open source interface binding for the Aspell spelling checker.

System requirements:
- Aspell 0.6

Enhancements:
- Would be nice if it actually compiled again.

<<less
Download (20KB)
Added: 2008-10-03 License: GPL Price: FREE
385 downloads
SpellBound 3.0.8

SpellBound 3.0.8


SpellBound 3.0.8 is known as an add-on for Firefox that uses the existing built in dictionary and word suggestion algorithm makes it easier to check the spelling of several words at once. more>>

SpellBound 3.0.8 is known as an add-on for Firefox that uses the existing built in dictionary and word suggestion algorithm makes it easier to check the spelling of several words at once. This addon is not intended to replace the existing spell checker but rather to make it easier to check several words at once.

To check spelling with SpellBound, you can use the "Spell Check with SpellBound" option in the drop down context menu after right clicking in the text field, or you can add the "Spell" button to your toolbar with the Firefox customize toolbar window and use it. You may also use the keyboard shortcut that is set to "Ctrl+Shift+F7" by default. This addon will set in-line spell checking on for single line fields as the default behavior.

<<less
Download (59.7KB)
Added: 2009-10-01 License: Freeware Price: Notavailable
downloads
scspell 0.1.0

scspell 0.1.0


A conservative interactive spell checker for source code more>> A conservative interactive spell checker for source code

scspell is an open source and interactive spell checker tool for source code. When applied to code written in most popular programming languages while using typical naming conventions, scspell will usually catch many errors without an annoying false positive rate.
scspell does not try to be particularly smart--rather, it does the simplest thing that can possibly work:
- All alphanumeric strings (strings of letters, numbers, and underscores) are spell-checked tokens.
- Each token is split into one or more subtokens. Underscores and digits always divide tokens, and capital letters will begin new subtokens. In other words, some_variable and someVariable will both generate the subtoken list {some, variable}.
- All subtokens longer than three characters are matched against a set of dictionaries, and a match failure prompts the user for action. When matching against the included English dictionary, prefix matching is employed; this choice permits the use of truncated words like dict as valid subtokens.
When applied to code written in most popular programming languages while using typical naming conventions, this algorithm will usually catch many errors without an annoying false positive rate.
In an effort to catch more spelling errors, scspell is able to check each file against a set of dictionary words selected specifically for that file. Up to three different sub-dictionaries may be searched for any given file:
- A natural language dictionary. (scspell provides an American English dictionary as the default.)
- A programming language-specific dictionary, intended to contain oddly-spelled keywords and APIs associated with that language. (scspell provides small default dictionaries for a number of popular programming languages.)
- A file-specific dictionary, intended to contain uncommon strings which are not likely to be found in more than a handful of unique files.

System requirements:
- Python

<<less
Download (269KB)
Added: 2009-06-08 License: GPL Price: FREE
179 downloads
EdRacing 1.0

EdRacing 1.0


You can improve your reading, spelling, and basic math skills with these simple games. more>>


Improve your reading and spelling by moving race cars to the correct answer. Drive your car around the track to the word that completes a sentence. Improve basic math skills by driving a car to the right answer.

<<less
Download (2.6MB)
Added: 2007-10-01 License: Freeware Price:
12 downloads
Master Spell 5.5

Master Spell 5.5


Master Spell is a comprehensive and powerful program which administers spelling drills using audio recordings and the Macs Plaintalk Text-to-Speech and features 3,690 words for all levels, Dolch Lists, preview presentation, a built-in Test Editor with voice recorder and many network options for school use. more>>

Master Spell 5.5 is a comprehensive and powerful program which administers spelling drills using audio recordings and the Mac's Plaintalk Text-to-Speech and features 3,690 words for all levels, Dolch Lists, preview presentation, a built-in Test Editor with voice recorder and many network options for school use.

Major Features:

  1. Includes definitions or example sentences with words for 1st Grade all the way to those commonly misspelled and difficult words for adults. The 1st through 5th Grade is divided into Dolch lists with core words for each grade level.
  2. Reinforcement is done by short-term memory by previewing words before drilling and retrying for half-credit. Achieving mastery gives the student a goal with a progress bar and a certificate printout once accomplished.
  3. Corrections are spelled visibly and audibly. A running list of trouble words can be reviewed, integrated with drills, saved as tests, and printed.
  4. Includes a test editor with voice recorder to record your own words and sentences, provisions for alternate spellings, an interactive chatty owl, a Hangman game, and lots of options for multiple-users and networks for installation at schools.
  5. The software is maintained and updated and has been for over 10 years
  6. Uses the network efficiently by only storing dynamic information on it
  7. Optional two-tier password system
  8. Optionally hide the desktop
  9. Preferences can be centrally controlled or templated for user control
  10. Prompt technical support by email
  11. The most options for network setup
  12. Master Spell Groups and Users can be created quickly with Passenger

Enhancements:

  • Reorganzied main window and added alphabet buttons to help younger users
  • Mastery is now determined by progress of spelling all the words correctly in a given test
  • Words answered correctly are added to a mastered words list kept with the pupil file and those words are only drilled again if there aren't enough words in the current test that aren't mastered
  • Previewing now asks user if they want to preview
  • Preview is now in different random order from drill
  • Removed most admonishing sounds and remarks and removed the option
  • Adjusted sound effects for volume and proper playback
  • Fixed several small issues with the Test Editor including editing voice recordings on the network

Requirements: Mac OS X 10.3.9 - 10.6.x

<<less
Download (56.7MB)
Added: 2009-08-31 License: Freeware Price: Notavailable
downloads
 
Other version of Master Spell
Master Spell 5.1.2Master Spell offers you a powerful language tool that administers spelling drills using audio recordings and the Macs Plaintalk Text-to-Speech and features 3,690 words for all levels. Master
License:Freeware
Download (53.2MB)
downloads
Added: 2008-05-20
Speak N Spell 1.4

Speak N Spell 1.4


Speak N Spell is a program providing the way to practice spelling skills. more>>

Speak N Spell 1.4 is a program providing the way to practice spelling skills. The over 48,000 word built-in word set is appropriate for adults; when used with children you can make your own words with words they use. Four levels of difficulty are provided.

Note: If you were using an earlier version of Speak N Spell, you need to open the Word Maintenance window and click on the "Use Default Word Set" button to load the reduced word set.

Enhancements:

  • Adds a fifth mode which uses all dictionary words.

Requirements:

  • Mac OS X 10.2 or later.
<<less
Download (3MB)
Added: 2008-10-23 License: Free Price:
downloads
 
Other version of Speak N Spell
Speak N Spell 1.4.0Speak N Spell helps you practice spelling skills. The over 47,000 word built-in word set is appropriate for adults; when used with children you can make your
License:Freeware
Download (3MB)
29 downloads
Added: 2008-10-21
Speak N Spell 1.1Custom Solutions of Maryland - Speak N Spell - Practice spelling skills. Speak N Spell. Speak N Spell helps you practice spelling skills. The over
License:Freeware
Download (1.5MB)
1394 downloads
Added: 2006-01-19
FoxLingo 2.4.2

FoxLingo 2.4.2


FoxLingo 2.4.2 is a powerful language tool that gives you easy access to sites in foreign languages. more>>

FoxLingo 2.4.2 is a powerful language tool that gives you easy access to sites in foreign languages. It is the first meta-translator, linked to thirty-six free online translators, enabling you to translate between fifty-three languages in over 2,000 different language pairs. Foxlingo has been downloaded over two million times by people all over the world.

Major Features:

  1. Web Page Translation - Translates full web pages (over 2,000 different language pairs)
  2. Translated Search - Searches foreign pages using terms written in your language
  3. Auto Translation - Automatically translates websites by recognizing their domain
  4. Text Translation - Translates text entered in the search box or selected on any web page
  5. Language Resources - Over 90 language services (encyclopedias, text-to-speech, etc.)
  6. Grammar Check - Proofreads texts (grammar, spelling, punctuation and style)
  7. Ixquick - Metasearch engine with unique features, language search and complete privacy
  8. Learning Languages - Over 100 links to language learning sites for a variety of languages
  9. Freeware - FoxLingo is completely free and contains no adware or spyware
  10. Complete Privacy - FoxLingo does not take any information from its users

Enhancements:

  • Added new Fixed compatibility issues with Firefox 3.5 final
  • Fixed Seamonkey bugs
  • Fixed Albanian, Estonian, and Maltese toolbar flags not in default set
<<less
Download (1.3MB)
Added: 2009-07-31 License: Freeware Price: FREE
downloads
Outspring Mail 1.1.1

Outspring Mail 1.1.1


Email client with automation and learning features. more>>

Outspring Mail 1.1.1 is an email program which can help you in various ways. Like offering to reply to certain types of email messages using a response you've previously sent. Or giving you the option to auto-file a message you've read based on how you've filed similar messages in the past. What if you could defer a message from your inbox for a few days or weeks, so that it magically reappears later when you're ready to deal with it? What if this program had an amazing junk mail filter that would leave your inbox devoid of spam? And what if this program was as familiar and easy to use as Apple Mail?

Outspring Mail is the newest email client for Macintosh.This tool can include the best features of existing email programs and coupled them with our patent-pending intelligent functions to create a program that will make your email chores far easier. And since this is a current-generation application, it supports major email protocols including POP, IMAP, SMTP and SSL. It also runs natively on the latest Macintosh computers and OS X Leopard. Demo notes: Launching the program and pressing the DEMO button (instead of entering a serial number) will place the program in demo mode, which is: All functions and features of the program will operate for 10 days. A "This message was sent with Outspring Mail..." tag will be added to all outgoing messages sent with the program. After the 10-day demo period has expired, the program will still work, but the user will not be able to send out mail or receive new mail until reactivated with a serial number provided at purchase.

Major Features:

  1. Unique Features
    • Auto-Filing
    • Auto-Reply
    • Find Similar Messages
    • Reply with Template
    • Message Deferment
    • Message Preview with Intelligent Summary
    • Tabbed Display
    • Resize / Rotate Images
    • Mail Account Icons
  2. Email With A Brain: Outspring Mail ushers in an entirely new category of software to the Macintosh: adaptive intelligent software. By using advanced database analysis and Bayesian logic, the program is able to ascertainImage patterns in the way you reply to and file your mail and make suggestions to assist you with your communications. Think about it...if you frequently reply to an email message that says, "How do I get to your office?" or words to that effect; shouldn't your email program be smart enough to know that you've replied to this same type of message before? And shouldn't it then offer to use one of these replies for the current message? The program also offers a similar technique for filing messages. Once the program has gone through a short learning process of observing your mail filing habits and cross-referencing message content, it will begin to suggest appropriate folders or mailboxes to file messages. Instead of dragging messages to folder icons, you'll be presented with one or more likely destination buttons that will automatically file your mail in an appropriate location.
  3. Message Deferment: Another unique feature of Outspring Mail is a function called Message Deferment. This is much like the "snooze" button on an alarm clock. Many people will receive a message, read it, make a mental note to handle it later and then leave it in their Inbox. ImageAfter a few weeks or months, their Inbox becomes an unmanageable mess. But what if you could instead read the message, decide you don't want to deal with it this week and send it "away" for a week? The deferment feature then moves the message to a special folder and the program waits for the selected amount of time. When that time period has elapsed, Outspring Mail then moves the message back into the Inbox with an indicator reminding you that the message is a deferred message that has been returned.
  4. Intelligent Summary:The product also contains a unique "Intelligent Summary" view. By using advanced summarizing algorithms, this feature allows you to quickly review email by a list of the summarized content, negating the need to open each message to see the heart of that content.
  5. Spam Control:ImageOutspring Mail also contains an advanced spam filter that can eliminate 98% of your incoming junk mail. Having developed a server-side spam blocker for a number of years, Outspring has leveraged this experience into the spam filter which is included with the product.
  6. Data Detectors For Calendar & Address Book: Another useful feature is data detection on incoming messages that link to the Macintosh built in Imagecalendar, iCal. If you receive a message that contains a phrase like, "Let's meet for lunch next Friday...", Outspring Mail will convert the phrase "next Friday" into a hot link. Clicking that link will take you to the iCal entry for the following Friday (based on the send date of the message). This Imagefeature works with literal dates like 1/15/09, May 15, 2008 and also with relative dates like "next Friday", "last Tuesday", etc.
  7. Outspring Mail also links to your Apple address book, so contact data will be displayed within messages (like the contacts photo, if present). Clicking on that contact's image will take you to that entry in the address book.
  8. Easy Transition From Apple Mail & QuickMailImage: Whether you are an existing Apple Mail or QuickMail user, you'll find it easy to import all of your existing email data into Outspring Mail. Our import assistant allows you to select which accounts you wish to import into Outspring Mail while leaving the database of the prior program intact. Import works with both POP and IMAP accounts.
  9. ImageSpell Check Outspring Mail utilizes the the Macintosh system dictionary for spelling, corrections, synonyms and definitions. Misspelled words are highlighted as they are typed, which reduces the need to proof-read your outgoing messages. You can also check the definitions of words by simply control-clicking the word in question. By using the system dictionary, Outspring Mail is compatible with any language supported by OS X.

Enhancements: Bug fixes:

  • Fixed a bug which prevented adding/removing columns in the message list.
  • Fixed missing message headers when switching rapidly between messages.
  • Fixed an issue with demo serial number invalid.


<<less
Download (8.2MB)
Added: 2009-07-15 License: update/patch Price: $59.00
14 downloads
Spellswell Plus 2.1.6

Spellswell Plus 2.1.6


Spellswell Plus is considered as a comprehensible spelling checker with essential features that can be used within Mac OSs Apple Events applications. more>>

Spellswell Plus 2.1.6 is considered as a comprehensible spelling checker with essential features that can be used within Mac OS's "Apple Events" applications. Those applications are Microsoft Outlook Express and Internet Mail and News, Netscape Navigator, Eudora Pro & Light, BlitzMail, CommuniGate, ClarisWorks, NisusWriter, BBEdit, HyperCard, WordPerfect, Omnis 7, Fair Witness, InfoDepot and others.

Requirements: Spellswell Plus 2.x (not Spellswell 7)

<<less
Download (225.6KB)
Added: 2001-04-09 License: update/patch Price:
downloads
dzeroMagicSpell 1.0.0

dzeroMagicSpell 1.0.0


dzeroMagicSpell - learn spelling through the use of pictures more>>
dzeroMagicSpell is a software that will help your children learn spelling through the use of pictures.

The software displays a series of images one at a time. Under each image a series of asterisks is displayed, one asterisk for each letter (e.g. for the word red *** would be displayed).

The task is to spell the word correctly by typing the letters of the word in the correct order. Each time a correct letter is typed its asterisk is replaced by the letter (e.g. for the word red the sequence would be ***, r**, re*, red).

If an incorrect letter is typed the computer beeps. It is possible to display a phrase or sentence instead of a single word and have one of the words in the phrase or sentence as the word to be spelled.
<<less
Download (1.7MB)
Added: 2007-05-02 License: Freeware Price:
937 downloads
SMART Spell Check 1.1

SMART Spell Check 1.1


SMART Spell Check - smart spelling checker more>>
Google. We all know it as the worlds best search engine but is it something more? Have you ever noticed that wen you miss spell a word google can almost always figure out what you meant even though the spelling could be quite off? Even though the method for this process is quite complex Im sure I have created this program to harness it.
Limits : Can only correct as much as google can. Google is not magic (but very very close :P)
Enhancements:
- Fixed a bug with the program that would prevent it from working if you didnt have your harddrive call "Macintosh HD".
<<less
Download (82KB)
Added: 2005-08-26 License: Freeware Price:
1534 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5