jemisa / goiwl

Go implementation of I Write Like

Home Page:http://iwl.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I   W R I T E   L I K E
   +--------------------------------~~~~~~>>>>
W  |
R  |       This is Go implementation of
I  |
T  |            ~* I WRITE LIKE *~
E  |
   |    the most popular writing style analyzer
L  |    i n   t h e    w h o l e    w o r l d !
I  |
K  |               https://iwl.me
E  |

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

RUNNING
~~~~~~~

iwlserve is the thing you want to run on a server.
Run it in the root project directory, so that it knows
where the data file and templates are:

      $ iwlserve

It optionally accepts arguments: type iwlserve -h to show them.


LICENSE
~~~~~~~

Source code:

The MIT License (MIT)
Copyright (c) 2013-2016 Dmitry Chestnykh


Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

* * *

All images (located in /static/ directory) are in the public domain.

Data corpus (data.gobz directory) is in the public domain.

Not a license, but a trademark notice: you cannot call your own publicly
running version of the program (modified or not) "I Write Like" without my
permission, but you may mention that it's "Powered by I Write Like".

If you have any questions, please write to iwl@codingrobots.com.

About

Go implementation of I Write Like

http://iwl.me


Languages

Language:Go 81.6%Language:HTML 16.5%Language:CSS 1.8%