Skip to content

Commit

Permalink
details
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed May 12, 2024
1 parent 35335ed commit 230ce3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 4-make-yomitan.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ let lastTermBankIndex = 0;

{
let ymtFormData = [];
let formCounter = 0;

const multiwordInflections = [ // TODO: switch on source_iso
'subjunctive I', // de
Expand All @@ -288,7 +289,6 @@ let lastTermBankIndex = 0;
formsMap.set(lemma, forms);
}

let formCounter = 0;
for(const [lemma, forms] of formsMap.entries()){
logProgress('Processing forms...', formCounter, undefined, 100);
formCounter++;
Expand Down Expand Up @@ -414,7 +414,6 @@ writeFileSync(`data/language/${source_iso}/${target_iso}/skippedPartsOfSpeech.js
console.log('4-make-yomitan.js: Done!')

function writeBanks(folder, data, bankIndex = 0) {
consoleOverwrite(`4-make-yomitan.js: Writing ${folder}...`);
if(folder === 'form') folder = 'dict';

if(bankIndex === 0){
Expand Down

0 comments on commit 230ce3b

Please sign in to comment.