From 5c6ab2157b5562a686aef5497fd2cd70c30a63ae Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 20 Mar 2016 11:01:05 -0700 Subject: Reorganizing files --- jp/dictionary.js | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 jp/dictionary.js (limited to 'jp/dictionary.js') diff --git a/jp/dictionary.js b/jp/dictionary.js deleted file mode 100644 index 2b11d252..00000000 --- a/jp/dictionary.js +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (C) 2016 Alex Yatskov - * Author: Alex Yatskov - * - * 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 . - */ - - -class Dictionary { - constructor(rules) { - this.rules = rules; - } - - deinflect(term, validator) { - - } -} -- cgit v1.2.3