You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnres.status(503).json({error: 'Dictionary is initializing, please try again later.'});
67
81
}
68
-
type=detectVerbType(verb);
82
+
type=detectVerbType(processedVerb);
69
83
if(!type){
70
84
returnres.status(400).json({
71
-
error: `Could not automatically detect verb type for '${verb}'. Please ensure it is a valid dictionary form Japanese verb or provide the type manually.`
85
+
error: `Could not automatically detect verb type for '${verb}' (parsed as '${processedVerb}'). Please ensure it is a valid dictionary form Japanese verb or provide the type manually.`
0 commit comments