Ubuntu :: LibreOffice Language Tool / Grammar Checker

May 4, 2011

I have been going crazy trying to get some sort of grammar checker working in Libreoffice on Maverick. I installed language support-fr -en and -de through terminal but they only check spelling. I then installed the extension "languagetool" in libreoffice and while it does work a little bit it is very unstable. It makes libreoffice crash on start and randomly while in use. Is there any solution to getting a stable grammar checker with libreoffice or are my attempts useless?

View 4 Replies


ADVERTISEMENT

Ubuntu :: Need Word Program With Good Grammar Checker

Mar 21, 2010

Anyone know any good word programs with a good grammar checker? i tried language tool with OOo but it is still buggy lags to find grammar, and unless the sentence is quite simple, it misses alot. tried lightproof too, it has yet to find any error, even in hyphenation which is what it is specifically meant to do. This would be nice to have so I can ween myself entirely off windows.

View 2 Replies View Related

Software :: Install And Enable The Australian Spell Checker In Libreoffice Vers 3.3.0?

Jan 29, 2011

How do l install and enable the australian spell checker in libreoffice vers 3.3.0. ? I can't get the automatic spellcheck to turn on. Misspelled words are not underlined with the typical red squiggly line.

version installed
# rpm -qa | grep libreoffice| sort
libreoffice-3.3.0.3-2.1.x86_64
libreoffice-base-3.3.0.3-2.1.x86_64
libreoffice-base-drivers-mysql-3.3.0.3-2.1.x86_64
libreoffice-base-extensions-3.3.0.3-2.1.x86_64

[Code]...

View 1 Replies View Related

Software :: Drawing Formatting Language / Tool For Diagrams?

Oct 6, 2010

A few months ago I found a program / tool that essentially used a scripting language to specify diagrams, but I can't find it anymore and cannot remember for the life of me what it is. It's not the python interface to dia. This program did not have any gui.

View 2 Replies View Related

Fedora :: OpenOffice.Org Grammar And Dictionary ?

Nov 6, 2009

I'm running OpenOffice.Org 3.1.1 out of the Fedora repositories. I'm using the UK locales and settings where possible. I can't seem to get the interface in en-gb, and my dictionary keeps recommending the Americanisation of words to me.

Also finally, is there not a grammar checker in OpenOffice.Org? I'm looking in the Language Settings - > Writing Aids and there isn't anything listed under grammar?

Finally, I might as well ask this in case anyone knows why. In the Writer settings I changed the default fonts to the Liberation font family however OpenOffice keeps attaching the Windows equivalents to the end e.g. 'Liberation Sans; Arial' it's really annoying and I don't know why it's doing this.

View 1 Replies View Related

General :: Programme With Grammar Mistake [ Can't Find Out

Apr 25, 2011

i just can't know how to get it work.

Code: #include<stdio.h>
main()
{
int _res;int i=3;int b=5;
asm_ ("add %1,%0"
:"=d"(_res):"a" (b),"0" (i));
printf("%d",_res);
}

View 4 Replies View Related

Programming :: Yacc Conflicts - How To Understand Grammar Conflict

Jun 4, 2010

I am getting shift/reduce and reduce/reduce conflict in my yacc grammar code. yacc generates (i.e yacc -d -v parser.y) its grammar and state information in the parser.output file.

How can i interpret the below information and understand which grammar state is conflicting with other grammar state? Please help me to understand.

State 159 conflicts: 1 shift/reduce
State 1863 conflicts: 1 shift/reduce
State 1865 conflicts: 1 shift/reduce
State 1960 conflicts: 1 shift/reduce

View 6 Replies View Related

Ubuntu :: Support For Language While Keeping English As Language Used To Display Desktop?

Mar 5, 2011

I have some music in another language, but when I open the songs in Banshee, their song names just come up as weird characters (like μ).I went to [System --> Administration --> Language Support] and installed support for that language, but the songs still come up like μ. (But in Nautilus, their proper names show).

I know the solution is to change my whole system language to that language, but I don't want to do that, as I am not very fluent in it. Is there any way to enable support for that language while keeping English as the language used to display my desktop?

View 1 Replies View Related

Ubuntu :: Language Support - Each User Can Select Their System Language When Login?

Nov 1, 2010

One computer .... three users .... three languages. How do you make that happen? User A speaks English and is happy with English. No problem. User B needs to use Chinese and would like the full system in Chinese. User C needs to use Thai and Chinese. They would prefer their menus to be in Thai and can use iBus for Chinese entry. How do you set up the system so that each user can select their system language when they login?

View 4 Replies View Related

Ubuntu :: Change Keyboard Language To Specific Language By Hotkey?

Jun 13, 2010

is there some way to change keyboard language to specific language by hotkey?

For example:
Shift+Alt+1 - English
Shift+Alt+2 - Russian
Shift+Alt+3 - Ukrainian

View 2 Replies View Related

Ubuntu :: Keyboard Language Standardized In Wrong Language

Nov 28, 2010

While installing Ubuntu 10.10 I chose the wrong language for my keyboard. I tried to fix this in keyboard preferences and it seemed to work. The correct one I need is USA (and don't know exactly the difference between USA and USA alternative international). But every time I boot my laptop I get the old language back (Dutch) while USA is above the others in my preferences.

View 1 Replies View Related

Programming :: Use The Link Grammar Parser In Order To Do Some Part Of Speech Tagging?

May 12, 2011

Probably a stupid sounding question, but bear with me please. I need to use the link grammar parser in order to do some part of speech tagging. It's freely available and works once you run the makefile or 'make' it or however it's correctly said. Thing is, it has a C API which I intend to use. And once I ran a bit of the sample code given in the documentation it gave a whole host of errors. This is very confusing because I'm including the path for the folder that has all the header files.

gcc -I/path/include/ filename.c. But it still gives me errors about not being able to find things that are clearly defined there. An hour of trudging around the internet tells me I need to 'compile' the API first. I'm not exactly sure how or if I'm supposed to do that. If someone could just shed light on this it would be greatly appreciated. I grow increasingly cynical to the musical swell of my tiny brain rattling in my skull.

View 5 Replies View Related

Fedora :: Language Of Boot Message Change To Other Language?

Jan 7, 2011

When I boot the fedora system,disable the plymouth,the language of booting message showed is english.Can it change to other language,chinese?

View 2 Replies View Related

General :: Can't Differentiate System Language From Keyboard Language?

Apr 14, 2010

i recently got a french msi wind U100x running on linux suse enterprise 10 sp1. (i am french and wanted a light netbook with french keyboard)i am totally new to linux and i believe that msi wind is not helping.because i am more used to english for settings, i set the main language to english, but it seems that it automatically reconfigures my keyboard mapping to english as well, so that azerty becomes qwerty.i reset it back to french, so now my keyboard is french, but so is the system.is there a way to differentiate keyboard from main user setting language?

View 3 Replies View Related

Ubuntu :: Cannot Install Spell Checker

May 22, 2010

Code:
Thunderbird could not install the file at

file:///home/rodney/Downloads/spell-en-AU.xpi

because: Install script not found -204

I get this message when I try to install a spell checker in Thunderbird.

Also when I click on any links in Thunderbird nothing happens.

View 2 Replies View Related

Ubuntu :: Is There A Default Sfv Checker Program?

Jun 18, 2010

Is there a default sfv checker program? I saw there were a few sfv checker programs in the repository, I just don't want to install another one if I already have one.

View 2 Replies View Related

Ubuntu :: Integrity Checker With Recovery Records?

Feb 28, 2010

Is there any software to store recovery records that can be used for recovery from data corruption, like RAR does? I periodically rsync from a primary backup location, that I assume corruption-free, to a secondary one, that I consider corruptible - so I'd like to store in the destination some recovery data.

View 1 Replies View Related

Ubuntu :: Create A Customized Spell-checker?

Oct 9, 2010

We need to harness the power of computing technology but, since I'm no programmer, I am posting here if some people can help with our situation.For many hours per day, we have to go through paragraphs and paragraphs of text. We have our own style guide to follow when it comes to:

capitalization
hyphenation

compound words (spaced out as two completely separate words?; hyphenated?; or joined together without any space?) We understand that Microsoft Word has a bit of customizability with it. But, to make the long story short, it's not good enough. So what we're looking for is to be able to paste several paragraphs into some program, and with rules that are 100%-created by us, have it alert us of the errors. If it could alert us the way that MS-Word or OpenOffice Writer does, that is, by using zizag underlines in red or green, that would be great. If you are a programmer or know a program that is 100% customizable (by 100% customizable, I mean that the only errors the programs considers errors are those that I tell it are errors).

View 1 Replies View Related

Software :: Hotmail Checker For KDE?

Jun 24, 2010

Is there any panel applet for KDE that can alert me when I have new E-mail in my Hotmail and Yahoo! accounts? I just have the basic, free accounts.

View 2 Replies View Related

Ubuntu :: Firefox Spell Checker Keyboard Shortcut

Jan 5, 2010

I was wondering if there is a keyboard shortcut for spell check suggestions in firefox. My requirement is actually to work in a website which does not allow right click. When I encounter a red underlined word in the text I typed, I have to copy and paste the same to another tab of firefox [of some other site]to get the alternate suggestions/right spelling. Any tweak to change the button binding from right click to double click or Alt click etc will also do.

View 3 Replies View Related

Ubuntu :: Spell Checker And Thesaurus For Kile - PDF Preview?

Apr 15, 2011

I'm using kile in ubuntu and am wondering if there is a spell checker and even a thesaurus for kile? And is there a way to get a live pdf preview next to where you enter text into kile?

View 1 Replies View Related

OpenSUSE :: 11.3 - How To Enable Spell Checker

Jul 28, 2010

I used to have a spell check every where I typed in Ubuntu and Fedora. I just noticed it's not happening on openSUSE. How do I enable it?

View 1 Replies View Related

Server :: Tur Checker Reporting Path Is Down

May 21, 2010

I have a RH 5.5 server which boots from SAN and i use device mapper multipath driver.all the ports are up(see the multipath -ll output below) and i can see all the device but still when i do the multipath command it gives me this output, im wondering whether this is a lvm.conf configuration issue.

View 12 Replies View Related

Ubuntu :: Boot Checker Moved All Of Files To A Hidden Folder

Jan 17, 2010

I had bad experience with disk checking in windows. Boot checker just moved all more and more of my files to a hidden folder without me knowing. I lost a lot of photos due to this. Afterwards when I checked that folder I found that most of the files were intact and I was able to open them without a problem. How dumb is that a program moves files without your permition to do so So I'm wondering what happens with files on Ubuntu if they get corrupted or are suspected as corrupted? And how can I know if the automatic checking procedure that runs when booting found any corrupted files, bad sectors etc... ?

View 3 Replies View Related

Fedora :: Smarter Spell Checker - Dictionary In FF?

Sep 24, 2009

When I'm typing something on a site the spell checkers (dictionary or whatever) leaves a lot to be desired. Sometimes I am forced to type the word into google's search engine & having it give me the correct spelling. So, is there a way of making this thing "smarter"?

To clarify, say I type in goverment, the checker isn't smart enough to know that I need the "n" - government - (this is just an example word & is not actually the case with it as I can't think of any right now that is) & gives me a bunch of meaningless, non-related words to choose from.

View 5 Replies View Related

General :: Abiword Spell Checker Does Not Work?

May 9, 2011

My ubuntu (lubuntu) installation came with abiword, which I like, but I can't get the spell checker to work.
I've tried various suggestions from Google but am floundering.

View 4 Replies View Related

General :: Install To Provide Sha1 And Sha256 Checker?

Jun 12, 2009

Debian 5.0

What package I need to install to provide sha1 and sha256 checker?

View 2 Replies View Related

General :: Managing Spelling Checker Languages In Fedora 12

Mar 28, 2010

I'm often switching between the following three languages to check spelling in evolution, firefox and gnote:

English / United States
Dutch / Netherlands
Croatian / Croatia

The problem is that the language list is huge, what makes switching between the languages difficult. There are more than 20 types of English spelling and 3 Duch spellings (see the screen-shot).

I would like to configure this language list, so that only the relevant languages are displayed.

View 6 Replies View Related

OpenSUSE :: 11.4 - Kmail Automatic Spell Checker Stopped Working

May 12, 2011

After installing opensuse 11.4, the kmail program does not automatically check spelling. It worked perfectly in 11.3. Kmail is now 1.13.6. I click Settings > Spellchecker, and it has checked automatic spell checking enabled by default. I click on ok, and the spell checker starts working for a little while. If I click Tools > Spelling it brings up the spell checker box, and that works perfectly. But then, when it's finished, the automatic spell checking is turned off again? There are times when even Settings > Spellchecker will not turn on automatic checking. I haven't figured out yet what triggers the complete failure. What can I do to make it do automatic spell checking when composer starts, without having to remember to click anything? And so that it stays on always?

View 2 Replies View Related

Debian :: Forum Spell Checker On Iceweasel Not Working Since Last Upgrade?

Jan 6, 2011

The forum spell checker on Iceweasel is not working since the last upgrade. I use Debian Lenny, but it is a mixed system of backports and some Squeeze. After the last upgrade of Iceweasel from backports, I notice that the spell checker in forums such as this one no longer works. For instance, "salkdfjkjlslkdf" does not get the red underline like it used to. It was a while ago that I had set up Iceweasel to do this, and I can't remember how I did it. I thought that I simply needed the language dictionary (in my case, Canadian English), which I'm sure still exists.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved