|
2010-06-17
, 12:35
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#62
|
The Following 3 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-06-17
, 14:21
|
Posts: 39 |
Thanked: 12 times |
Joined on Feb 2010
@ Russia, Moscow
|
#63
|
You've got an extra .personal.dictionary there! Should be:
"cp /media/mmc1/<path-to-backup-folder>/.osso/dictionaries/.personal.dictionary /home/user/.osso/dictionaries/.personal.dictionary"
The Following User Says Thank You to Oleg For This Useful Post: | ||
|
2010-06-17
, 15:56
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#64
|
|
2010-06-17
, 16:01
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#65
|
|
2010-06-17
, 16:03
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#66
|
|
2010-06-17
, 16:26
|
Posts: 39 |
Thanked: 12 times |
Joined on Feb 2010
@ Russia, Moscow
|
#67
|
I don't think so, no - the file format certainly doesn't suggest any way to do so. You'd need to look at the (closed source) auto-complete implementation to know for sure though. An alternative would be to run a scheduled job to remove any terms matching a given list from the auto-complete dictionary. That should be very straightforward to do - ACE_file.py handles reading/writing the dictionary file, so you'd just need to compare the resulting word list to a blacklist, and remove any offending entries.
|
2010-06-17
, 16:47
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#68
|
|
2010-06-17
, 17:39
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#69
|
|
2010-06-21
, 09:51
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#70
|
"cp /media/mmc1/<path-to-backup-folder>/.osso/dictionaries/.personal.dictionary /home/user/.osso/dictionaries/.personal.dictionary"