Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add license message
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro36 committed Jul 11, 2018
1 parent 76f40a0 commit 1454e51
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
```

KokoaNLP is licensed under the [GPL 3.0](./LICENSE).

[Materialize](http://materializecss.com/) is licensed under a [MIT License](https://github.com/Dogfalo/materialize/blob/master/LICENSE) by Dogfalo.
16 changes: 16 additions & 0 deletions demo/scripts/load.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* KokoaNLP
Copyright (C) 2018 Seungjae Park
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */

onmessage = (e) => {
const spacingModel = {
trigramFrequencies: [],
Expand Down

0 comments on commit 1454e51

Please sign in to comment.