Skip to content

Commit

Permalink
chore(lemmatize-vbx): add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena committed Dec 31, 2017
1 parent ebd968f commit 4ccfcd3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/lemmatize-vbx.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
// wink-pos-tagger
// Optimal English Part-of-speech (POS) tagger
//
// Copyright (C) 2017 GRAYPE Systems Private Limited
//
// This file is part of “wink-pos-tagger”.
//
// “wink-pos-tagger” is free software: you can redistribute
// it and/or modify it under the terms of the GNU Affero
// General Public License as published by the Free
// Software Foundation, version 3 of the License.
//
// “wink-pos-tagger” 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 Affero General
// Public License for more details.
//
// You should have received a copy of the GNU Affero
// General Public License along with “wink-pos-tagger”.
// If not, see <http://www.gnu.org/licenses/>.

//
// Irregular verbs.
var iVerbs = require( 'wink-lexicon/src/irregular-verbs.js' );
var stem = require( 'wink-porter2-stemmer' );
Expand Down

0 comments on commit 4ccfcd3

Please sign in to comment.