The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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 !!

More UNIX and Linux Forum Topics You Might Find Helpful
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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-08-2004
Registered User
 

Join Date: Dec 2004
Location: New Jersey
Posts: 24
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?
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 12-08-2004
zazzybob's Avatar
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Hmm... I have never heard of anything like this and couldn't turn anything up during a quick google, but it'd be fairly straightforward (if not lengthy) to write your own.

Code:
#!/usr/bin/perl

while (<>) {
  $_=~s/Mailman/Postal Carrier/gi;
  $_=~s/Mailwoman/Postal Carrier/gi;
  print "$_";
}
Then
$ ./filter.pl my_sexist_file

Unfortunately, you'd need to add a ton of rules covering all sexist eventualities! It'd probably run as slow as hell once you've got a few rules in there too.

Cheers
ZB
Reply With Quote
  #3 (permalink)  
Old 12-08-2004
Registered User
 

Join Date: Dec 2004
Location: New Jersey
Posts: 24
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.
Reply With Quote
  #4 (permalink)  
Old 12-08-2004
Registered User
 

Join Date: Aug 2004
Posts: 232
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.

Reply With Quote
  #5 (permalink)  
Old 12-29-2004
Registered User
 

Join Date: Dec 2004
Location: New Jersey
Posts: 24
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.
Reply With Quote
  #6 (permalink)  
Old 01-02-2005
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,356
Quote:
Originally posted by Quintab
It appears that it was the 'Writer's WorkBench' I was thinking of.
I think you may have had it right the first time. I have the original DWB manuals in front of me. Good thing that I didn't post earlier with a guess as to what DWB meant. These books are labelled "UNIX System V Documenter's Workbench". They describe the following programs: mm, troff, sroff, nroff, tbl, pic, and eqn.

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.
Reply With Quote
Google UNIX.COM
Reply

Tags
linux

Thread Tools
Display Modes




All times are GMT -7. The time now is 03:29 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0