wip
This commit is contained in:
parent
cc89f0c75c
commit
afd28d934e
26 changed files with 2103 additions and 427 deletions
5
data-pipeline/utils/get-word-file-path.ts
Normal file
5
data-pipeline/utils/get-word-file-path.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import path from "path";
|
||||
|
||||
export function getWordFilePath(word: string, outputDir: string): string {
|
||||
return path.join(outputDir, `${word}.json`);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue