![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File filter | Dastard | Shell Programming and Scripting | 3 | 09-06-2007 10:50 AM |
| AIX printer filter | blacksm | AIX | 4 | 08-29-2007 01:58 AM |
| Filter using awk | arun_st | UNIX for Dummies Questions & Answers | 3 | 03-21-2007 04:20 AM |
| Filter passwd | Topsurfer | Shell Programming and Scripting | 11 | 01-04-2005 11:42 PM |
| Mail Filter | collins | UNIX for Advanced & Expert Users | 4 | 11-16-2004 02:46 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
sexist filter
Many years ago while I was in college, there was a 'sexist' filter on our 3B2 to change words with sexual content to a more political correct form. eg: 'mailman' to 'postal carrier', 'policeman' to 'police officer' , etc. I believe it was part of the DWB, but I'm not sure. Can anyone point me to a source for the scripts or similiar to make substitutions in texts?
|
| Forum Sponsor | ||
|
|
|
|||
|
Yes, you are one the right track. As I recall, there were several files. A script file as a front-end and 'translation files'. One of which was call 'sexist'. The file had two columns. One for the word to be replaced and the other for the translation.
|
|
|||
|
One of the dictionary scripts for VIM probaly could do this. Again, you may have to do the writeup as well. But then you could add
Bad words || Good words ------------------------------ mailman - postal carrier copper - Law Enforcement Agent http://www.vim.org/scripts/script.php?script_id=195 Though, not a Unix program, this program is called Newspeak 2.1: Politically Correct Translator Description: Newspeak automatically edits your writing to make it: either (a) Old Fashioned & Beautiful. or (b) fashionable and politically correct. |
|
|||
|
Please see the following link:
http://www.linuxdevcenter.com/pub/a/...vingLinux.html It appears that it was the 'Writer's WorkBench' I was thinking of. The GNU version does not include a sexist filter, but I will give it a look. Thanks to all who responded. |
|
||||
|
Quote:
I have throughout all of my unix text processing docs. I can't find any mention of a sexist filter. The style/diction/explain programs came out later. They, as supplied, do not address sexist constructs. With a non-standard data file, I suppose that they could. |
||||
| Google UNIX.COM |