User Equivalence File

Post Reply
msteflea
Posts: 4
Joined: Mon Apr 12, 2004 4:20 pm

User Equivalence File

Post by msteflea »

Hi,
I'm having some trouble setting user equivalents.
The vortex script is running on Windows.
I have created the eqvsusr with "backref eqvsusr.lst eqvsusr" in the D:\MORPH3 folder.
The texis db and the vortex script are on C drive C:\Inetpub\wwwroot\texis
I have added the following lines to the vortex script based on previous postings:

<apicp eqprefix "D:\MORPH3\eqvsusr">
<apicp keepeqvs on>
<apicp alequivs on>

It doesn't read the eqvsusr file but instead it seems to activate the main equivalence file when I add <apicp alequivs on> which I don't want.

I have tried also <apicp ueqprefix "D:\MORPH3\eqvsusr"> or moving the eqvsusr file on the C drive using relative path with no results. The eqvsusr file has only 2 lines for now:
furniture,couch,chair,table
etiquette,proper,improper,rule

The eqvsusr has to be located in the MORPH3 folder?

Any suggestions will be appreciated.
Thanks
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

User Equivalence File

Post by mark »

That should work as long as eqvsusr is readable by the texis process. View the source of the results page to see if there are any error or warning messages within html comments.

The file may be anywhere that is accessible by texis. If you're running IIS with the default restricted user you won't be able to access any network drives.
msteflea
Posts: 4
Joined: Mon Apr 12, 2004 4:20 pm

User Equivalence File

Post by msteflea »

Thank you, it is working, my previous results were not very concludent.
byter
Posts: 1
Joined: Tue Feb 07, 2023 9:54 pm

Re: User Equivalence File

Post by byter »

msteflea wrote: Mon Apr 12, 2004 4:42 pm Hi,
I'm having some trouble setting user equivalents.
The vortex script is running on Windows.
I have created the eqvsusr with "backref eqvsusr.lst eqvsusr" in the D:\MORPH3 folder.
The texis db and the vortex script are on C drive C:\Inetpub\wwwroot\texis
I have added the following lines to the vortex script based on previous postings:

<apicp eqprefix "D:\MORPH3\eqvsusr">
<apicp keepeqvs on>
<apicp alequivs on>

It doesn't read the eqvsusr file but instead it seems to activate the main equivalence file when I add <apicp alequivs on> which I don't want.

I have tried also <apicp ueqprefix "D:\MORPH3\eqvsusr"> or moving the eqvsusr file on the C drive using relative path with no results. The eqvsusr file has only 2 lines for now:
furniture,couch,chair,table
etiquette,proper,improper,rule

The eqvsusr has to be located in the MORPH3 folder?

Any suggestions will be appreciated.
Thanks
Hi,

With no luck, I've also tried aspic ueqprefix "D:MORPH3eqvsusr"> and moving the eqvsusr file from the C drive to another location using a relative path. For now, there are only 2 lines in the eqvsusr file:
furniture, couch, chair, table
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Re: User Equivalence File

Post by mark »

Did you do the backref step to compile your list into a binary file to use with apicp?
Make sure the file's perms are such that the user running texis has permission to read it.
Also, remove the spaces from the source file before running backref.
Post Reply