Menu

Tree [r4] /
 History

HTTPS access


File Date Author Commit
 .settings 2012-06-20 pssii2012 [r1]
 OpenNlpFiles 2012-06-20 pssii2012 [r1]
 images 2012-06-20 pssii2012 [r1]
 lib 2012-10-17 pssii2012 [r4]
 src 2012-06-20 pssii2012 [r1]
 .classpath 2012-06-20 pssii2012 [r1]
 .project 2012-06-20 pssii2012 [r1]
 LICENSE.txt 2012-06-20 pssii2012 [r1]
 OtherLICENSES.txt 2012-06-27 pssii2012 [r2]
 README.txt 2012-06-20 pssii2012 [r1]
 SynonymsClassDiagram.JPG 2012-06-20 pssii2012 [r1]
 SynonymsClassDiagram.ucls 2012-06-20 pssii2012 [r1]
 WordNetAccess.txt 2012-06-27 pssii2012 [r2]
 actions.xml 2012-06-20 pssii2012 [r1]
 announcement.html 2012-06-20 pssii2012 [r1]
 build.xml 2012-06-28 pssii2012 [r3]
 description.html 2012-06-20 pssii2012 [r1]
 index.html 2012-06-20 pssii2012 [r1]
 services.xml 2012-06-20 pssii2012 [r1]
 synonyms.props 2012-06-20 pssii2012 [r1]

Read Me

To run the plugin, you must copy the folder path wn_index to your computer. This folder is in the zip file of the Synonyms plugin.

For Windows, just copy the folder wn_index to the following path:
	[jEdit installation directory]\jars\

For MAC OS, just copy the folder wn_index to the following path:
	jEdit.app/Contents/Resources/Java/jars/

For Linux,  just copy the folder wn_index to the following path:
	[jEdit installation directory]/jars/
	If an error message appears saying that the folder is not found 	it can be because the folder is protected and it can only be 	acceded in superuser mode.
	The folder must be copied the same way on the path.
	The possiblities are:
		run jedit as superuser mode
		change the privileges with "sudo chmod" instruccion 
			who has the privileges
			u - owns
			g - groups
			o - others users
			a - all users
			action
			+ - add a permission
			- - remove a permission
			= - overwrite
			what permissions
			r - read
			x - execute
			w - write
			Format: [ugoa][+-=][rxw]