Skip to content

Commit

Permalink
adjusted file-path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtronaut committed Nov 19, 2023
1 parent 8202202 commit 5f01bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const xml = require('xmldoc')
const { Transducer } = require('hfstol')
const util = require('util')

const transducerPath = `transducers\\crk-relaxed-analyzer.hfstol`;
const transducerPath = `./transducers/crk-relaxed-analyzer.hfstol`;
const fst = new Transducer(transducerPath);
const fraggedWords = [];

Expand Down

0 comments on commit 5f01bea

Please sign in to comment.