Skip to content

Commit

Permalink
fix: Add n-gram downloader/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 19, 2024
1 parent 8e60f26 commit 3ee1424
Show file tree
Hide file tree
Showing 41 changed files with 104,596 additions and 96 deletions.
2 changes: 1 addition & 1 deletion bin.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node

import { run } from './dist/app.mjs';
import { run } from './dist/tools/appNGram.mjs';

run();
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ words:
- codeql
- coverallsapp
- lcov
- ngram
- pnpm
- vitest
ignoreWords: []
Expand Down
Loading

0 comments on commit 3ee1424

Please sign in to comment.