Allows to make unique your content by substitution of synonyms.

  1. You can upload your own CSV file of synonyms base on the module settings page.
  2. Usyn tab appears on the edit node page. After switching to this tab you can see your text from the Body field of the node. Also you can define stopwords you don't want to change.
  3. After pushing on Synonymize! button on the next screen you can edit the text by selection of more suitable synonyms from the list that the module offers.
  4. After that you can save the result. Push the button "Save results". A new text will write in the Body field of the node.

Project page

A git clone command:

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/floweronredsquare/2650464.git usyn_synonymizer

Comments

degur created an issue. See original summary.

PA robot’s picture

Issue summary: View changes
Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxfloweronredsquare2650...

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

atul4drupal’s picture

Hello degur,

Look into the following I observed while reviewing your module manually:

usyn_synonymizer.info
1) Remove line 4, 5 and 6
You don't have to include .module here this drupal handles.
You don't call .install here aswell.
You dont need to include 'usyn_synonymizer.admin.inc' here.

usyn_synonymizer.install
1) hook_schema block comment is not correct.
2) You don't need hook_uninstall() to delete the schema, hook_schema() takes care of this for you.

usyn_synonymizer.module
1) line 68 - use l() instead of
2) move line 85, 86 to top.
3) add a blank line at end of the file.

degur’s picture

Hello, atul4drupal!

Thank you for reviewing! I'll fix it all.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.