JOrtho 2008-07 (Language Resources branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JOrtho 2008-07 (Language Resources branch)
# 1  
Old 07-04-2008
JOrtho 2008-07 (Language Resources branch)

ImageJOrtho is a spell checker for Java. The libraryworks with any JTextComponent from the Swingframework and checks as you type. The dictionaryis based on the free Wiktionary.org, and isapplicable for multiple languages. You can selectthe spell checking language via a context menu.The Features of JOrtho are the highlighting ofpotentially wrongly spelled words, a context menuwith suggestions for correct forms of the word,and a context menu with option to change thechecking language. At the moment there are five languages for spell checking available: English, German, French, Spanish, and Italian.License: Free for non-commercial useChanges:
This is a dictionary only release with anup-to-date wiktionary.org scan. Russian has beenadded as well.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
POE::Resources(3pm)					User Contributed Perl Documentation				       POE::Resources(3pm)

NAME
POE::Resources - loader of POE resources SYNOPSIS
# Intended for internal use by POE::Kernel. use POE::Resources; POE::Resources->load(); DESCRIPTION
POE::Kernel is internally split into different resources that are separately managed by individual mix-in classes. POE::Resources is designed as a high-level macro manager for POE::Resource classes. Currently it implements a single method, load(), which loads all the POE::Resource classes. METHODS
POE::Resources has a public interface, but it is intended to be used internally by POE::Kernel. Application programmers should never need to use POE::Resources directly. load POE::Kernel calls load() to loads all the known POE::Resource modules. Each resource may be handled by a pure perl module, or by an XS module. For each resource class, load() first tries to load the "POE::XS::Resource::..." version of the module. If that fails, load() falls back to "POE::Resource::...". SEE ALSO
See "Resources" in POE::Kernel for for public information about POE resources. See POE::Resource for general discussion about resources and the classes that manage them. AUTHORS &; LICENSING Please see POE for more information about its authors, contributors, and POE's licensing. perl v5.14.2 2012-05-15 POE::Resources(3pm)