summaryrefslogtreecommitdiff
path: root/jp/dictionary.js
diff options
context:
space:
mode:
Diffstat (limited to 'jp/dictionary.js')
-rw-r--r--jp/dictionary.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jp/dictionary.js b/jp/dictionary.js
index 42825fa3..2b11d252 100644
--- a/jp/dictionary.js
+++ b/jp/dictionary.js
@@ -18,6 +18,11 @@
class Dictionary {
+ constructor(rules) {
+ this.rules = rules;
+ }
+ deinflect(term, validator) {
+ }
}