Google Gadgets for Linux 0.10.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Google Gadgets for Linux 0.10.3 (Default branch)
# 1  
Old 11-07-2008
Google Gadgets for Linux 0.10.3 (Default branch)

ImageGoogle Gadgets for Linux provides a platform forrunning Google Gadgets under Linux, catering tothe unique needs of Linux users. It's compatiblewith the gadgets written for Google Desktop forWindows as well as the Universal Gadgets oniGoogle. There are two main components to theapplication: one is a common gadget libraryresponsible for running and presenting a gadget,and the other is a host program that allows theuser to choose gadgets and run them on thedesktop. Currently it has hosts written for GTK+and Qt, with the GTK+ host offering a sidebarsimiliar to that of Google Desktop for Windows.License: The Apache License 2.0Changes:
This release has major bugfixes and feature enhancements. Most features introduced in Google Desktop 5.8 are supported. cmake build scripts are included in the source package. All users are encouraged to upgrade.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DAWG2WORDLIST(1)														  DAWG2WORDLIST(1)

NAME
dawg2wordlist - convert a Tesseract DAWG to a wordlist SYNOPSIS
dawg2wordlist UNICHARSET DAWG WORDLIST DESCRIPTION
dawg2wordlist(1) converts a Tesseract Directed Acyclic Word Graph (DAWG) to a list of words using a unicharset as key. OPTIONS
UNICHARSET The unicharset of the language. This is the unicharset generated by mftraining(1). DAWG The input DAWG, created by wordlist2dawg(1) WORDLIST Plain text (output) file in UTF-8, one word per line SEE ALSO
tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5), combine_tessdata(1) http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 COPYING
Copyright (C) 2012 Google, Inc. Licensed under the Apache License, Version 2.0 AUTHOR
The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present). 02/09/2012 DAWG2WORDLIST(1)