Name: edmondo Date: March 13, 2006 at 03:12:04 Pacific Subject: cancel the enter key in a text OS: xp 2003 CPU/Ram: centrino Model/Manufacturer: sony
Comment:
I am looking for the sed command to cancel all the enter keys in a corpus. I have eliminated the tab key with sed -e 's/\t//g' but I don't know how to do it with the enter key. Thank you
Thank you Fishmonger. Yes I need to lemmatize a corpus and I need to remove all line endings. The enter key seems to disturb the lemmatizing process. I've tried the sed -e 's/\n//g' but I still see the file unchanged. The command does not work...
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE