Comparing version 0.0.3 to 0.0.4
@@ -23,3 +23,3 @@ /** | ||
// TODO: Need to add a simplified lookup where all long vowels are reduced | ||
// A simplified lookup where all long vowels are reduced | ||
// Use it as a backup when nothing else is found | ||
@@ -29,4 +29,2 @@ var backupRomaji = []; | ||
module.exports = { | ||
byRomaji: byRomaji, | ||
init: function(stream, callback) { | ||
@@ -54,3 +52,2 @@ if (arguments.length < 2) { | ||
romaji = romaji.toLowerCase(); | ||
// TODO: Clean up accents, convert to oo, etc.? | ||
@@ -57,0 +54,0 @@ if (romaji in byRomaji) { |
{ | ||
"name": "enamdict", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Look up Romaji names and correct surname/given name usage.", | ||
@@ -5,0 +5,0 @@ "main": "enamdict.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10754
6
272