The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 01:50 PM
AIX printer filter blacksm AIX 4 08-29-2007 04:58 AM
Filter using awk arun_st UNIX for Dummies Questions & Answers 3 03-21-2007 08:20 AM
Filter passwd Topsurfer Shell Programming and Scripting 11 01-05-2005 03:42 AM
Mail Filter collins UNIX for Advanced & Expert Users 4 11-16-2004 06:46 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-08-2004
Quintab Quintab is offline
Registered User
  
 

Join Date: Dec 2004
Location: New Jersey
Posts: 26
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?
  #2 (permalink)  
Old 12-08-2004
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
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
  #3 (permalink)  
Old 12-08-2004
Quintab Quintab is offline
Registered User
  
 

Join Date: Dec 2004
Location: New Jersey
Posts: 26
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.
  #4 (permalink)  
Old 12-08-2004
locustfurnace locustfurnace is offline Forum Advisor  
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.

  #5 (permalink)  
Old 12-29-2004
Quintab Quintab is offline
Registered User
  
 

Join Date: Dec 2004
Location: New Jersey
Posts: 26
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.
  #6 (permalink)  
Old 01-02-2005
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,111
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.
Sponsored Links
Closed Thread

Bookmarks

Tags
linux

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:04 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0