Giter Site home page Giter Site logo

summerflowers / article-spinner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nklnkl/article-spinner

0.0 0.0 0.0 23.32 MB

Allows users to enter text and replaces words with synonyms to generate new text.

JavaScript 93.30% CSS 1.93% HTML 4.78%

article-spinner's Introduction

Article-Spinner

===============

PLEASE NOTE

This branch is now deprecated. I'm currently in the middle of merging the dev branch into the master. NodeJS will no longer be the environment used for this project. I abandoned this project a long time ago, but have been receiving messages/stars/forks/watches from a handful of people about continuing it. Hence, I will continue this project in Python. Check the dev branch for current updates.

Allows users to enter text and replaces words with synonyms to generate new text.

What Works Right Now

Once you clone the repository, run npm install in command line to install the necessary dependencies. Than start the server using any method you wish. Once the server is up and running, send a POST request to '/api/articles', with a JSON as the request body. Store your content/text/article as the value for a key called 'article', like so: { article: "This is the sample text."}.

If all goes well, it should respond back with "spun" text. I will continue to work on this in my free time.

Future Updates

  • More accurate and appropriate synonym swaps.
  • Specifications for levels of synonyms. (Meaning, instead of getting the first synonym, maybe getting the 2nd or 3rd or random.)
  • Possible front-end SPA UI, maybe with AngularJS since I like it.

article-spinner's People

Contributors

nklnkl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.