similar to: Word97 launches but still cannot save or load

Displaying 20 results from an estimated 600 matches similar to: "Word97 launches but still cannot save or load"

2006 May 25
2
Problem SAVING and LOADING documents in Crossoffice Wine Word97
Dear friends: I am using PCLINUXOS version .92. My problem, simply put, is that I cannot SAVE or LOAD documents in MSWord97 using the older Codeweavers Crossover Office Wine 1.3.5. Thinking the problem might be resolved in the latest Crossover Office 5, I downloaded the Tryout version but the same problem occurs (i.e. at least for me) in this latest version. In fact, it wouldn't even
2012 Mar 23
1
how to cluster rows of words in a text file
Hi: I am trying to cluster the rows of a text file with kmeans: I load the data as follows file1 <- read.csv("somefile.csv") and the file can be viewed having the following line of words > file1 1 word1 word3 word4 word1 2 word1 word4 word3 word1 3 word4 word2 word4 word3 4 word4 word2 word1 word3 5 word2 word2 word4 word2 file_as_matrix <- as.matrix(file1); Now,
2011 Aug 25
1
Combining a greek letter and a newline on the same label
Hi, I would like to add a two-lines label consisting of: "Delta word1\n word2" (with Delta being the actual greek letter). However, when I try "expression(paste(Delta,"word1\nword2"))", I obtain the following display: "word1\n Delta word2". Do you have any idea on how to obtain the desired display? Thank you for your help! Sebastien [[alternative HTML
2009 Nov 03
3
re ading tokens
Greetings, I am not familiar with processing text in R. Can someone tell me how to read each line of words as separate elements in a list? FE, I would like to turn: word1 word2 word3 word2 word4 into a list of length two with three character elements in the first list and two elements in the second. I know that this should be easy, but I am a little confused by the text functions. Thanks in
2006 May 27
1
MSWord97 installs properly but still won't launch (or save?)
Dear friends: I've been trying for some time to install my copy of Word97 (which I own, having purchased it directly from Microsoft with my own license number). I have tried the latest Wine 0.9.14. To do this, I first UNinstalled version 0. 9.1-4 (PCLINUXOS), then installed the new wine from source. The source install asked me to install a number of font files, which I did (bison,
2010 Dec 30
1
recursively count the words occurrence in the text files
I just can't google for it: I'm searching for a "bash" "one liner" (awk, perl, or anything) for this: there are text files, in several directories: mkdir one mkdir two mkdir three echo "word1 word2 word3" > one/asf.txt echo "word2 word4, word5" > one/asfcxv saf.txt echo "word1. word2" > one/dsgsdg.txt echo "word6,
2011 Sep 26
2
findAssocs()
I am trying to find the math behind the "tm" package findAssocs() ?findAssocs does not say anything besides "association" and "correlate" Usually entering "findAssocs" at the CLI gives the code for a R function, but in this case I obtain: function (x, term, corlimit) UseMethod("findAssocs", x) <environment: namespace:tm> Any ideas?
2010 Jul 21
2
Issues reshaping data
Hello All, I'm having some trouble reshaping my data from wide to long format. I have tried using both the reshape function and package. Although I haven't worked much with the reshape function, I have found the reshape package useful and intuitive for reshaping data from long to wide format. However, going the other way has me stumped with this type of data. My data is set up, roughly,
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends: Forgot to include three more data files: http://www.websher.net/tmp/user.reg http://www.websher.net/tmp/system.reg http://www.websher.net/tmp/userdef.reg Thank you again. Benjamin I've been trying for some time to install my copy of Word97 (which I own, having purchased it directly from Microsoft with my own license number). I have tried the latest Wine 0.9.14. To do
2007 Apr 16
2
Software Updater vs. Add/Remove vs. Yum(ex)
Dear friends: Just installed Centos 5. Very impressed but as a newbie I am a bit confused about the the role of the Software Updater vs. Add/Remove and Yum(ex). Which one do I use to update the installed programs, please? Thank you. Benjamin -- Sher's Russian Web http://www.websher.net Benjamin Sher sher07 at mindspring.com
2007 Apr 16
4
Multimedia on Centos 5
Dear friends: Is there a single source for the multimedia applications that are not included with Centos 5: RealPlayer, Mplayer, mplayerplug-in, Acrobat Reader, Java, libdvdcss, etc.? Would appreciate your help. Thank you so much. Benjamin -- Sher's Russian Web http://www.websher.net Benjamin Sher sher07 at mindspring.com
2009 Aug 16
1
Can a variable name include '_' or '.' in portable R code
Hi, It says in R-intro.pdf, "For portable R code (including that to be used in R packages) only A?Za?z0?9 should be used." I'm an wondering why '_' and '.' can be used in portable R code. It very common that some variable name should be composed of two or more English words. Can somebody let me know what is the widely accepted practice to concatenate two English
2007 Apr 16
3
Formatting hdb?
Dear friends: Using Centos 5. I have two physical drives. During install, I made sure to check hdb as well as hda. Both were listed as partitions (which is correct). But my fstab file does not show hdb. How do I make sure that hdb has been formatted and is part of my file system. If hdb is not formatted, how do I format it, please. Sorry for the question. I am a newbie. d[sher at localhost
2007 Jul 07
2
Extending/Modifying QueryParser
Hi, I''ve implemented synonym searching in my rails application but have an idea I''d like to implement but can''t figure out how to do. The idea is that I''d like to give the end user the choice on whether to search for the synonym of a word or not. Preferably by extending the query language to parse a construct similar to ''%word1'' and
2013 Apr 10
2
grup function
Hello, How can i mattch blanks within words, when i have more phrases? c("Shangh i", "Hello here i am","h llo") > gsub(" ","a",c("Shangh i", "Hello here i am","h llo")) [1] "Shanghai" "Helloahereaiaam" "hallo" I would like to have [1] "Shanghai" "Hello here
2014 Nov 26
2
Wiki-edit-request
On 26 November 2014 at 17:53, Ekkehard Pummer <ekkehard at pummer.net> wrote: > Hi, > > actually I do match Alan's description, and I'm willing to help. (I'm > from Austria) :) > > My name is Ekkehard Pummer/EkkehardPummer and I'd like to contribute > to the wiki by translating pages from English to German and vice versa > if needed. > > >
2005 Nov 08
0
sorting during xtabs? sorting by "individual" order?
Hey alltogether, refacturing a package (before it will be released), I ran across the following problem. I have two directories with different text files, I want to read the first and construct a document-term matrix from it (every term=word in a row, every file in a column, occurrence frequencies form the values). The second directory contains different files. It needs to be read in to also
2014 Nov 27
1
Wiki-edit-request
Hello list. May I also get rights to edit my homepage and the German Frontpage (Last edited 2009") and create a DE version of TipsAndTricks/NTFS ? " I won't write thousands of new articles in German in no time, but some...over time. Von meinem iPhone gesendet > Am 27.11.2014 um 07:27 schrieb Ekkehard Pummer <ekkehard at pummer.net>: > > Hi Alan, > > thanks
2001 Aug 02
1
Word97 on 'no-windows' computer
RH7.1, wine release 20010731. There is no windows installed on this computer and I try to install Word97 in 'no-windows' environment'. After I run 'wine setup' I see the initial word installation screen but after entering code numbers I see the following eror messge: Setup error 544: Setup is unamble to open data file E:\MSSETUP.T\~msstfof.t\Word97.stf. Run setup again from
2007 Apr 17
4
Via C3 and CentOS5
Hi, I have an Asus terminator C3 with 512Mb. It has a Via P3-800Mhz CPU, with a VIA chipset. It's currently running FC6. I wanted to wipe the machine and install CentOS5. It boots from the CD to the linux prompt, then it fully loads vmlinux, then starts initrd.img, and somewhere at that point it reboots. I have tried: noapic, noapm, noprobe. Same, somewhere during initrd.img or at then