Skip to content

Commit

Permalink
start adding types (#152)
Browse files Browse the repository at this point in the history
* baseline

* early exit on senses

* refactor

* wip

* wip

* wip

* start adding types
  • Loading branch information
StefanVukovic99 authored Oct 15, 2024
1 parent 00e205c commit d0a7103
Show file tree
Hide file tree
Showing 15 changed files with 1,101 additions and 67 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.json
*.jsonl
!jsconfig.json
!.vscode/settings.json
!tag_bank_term.json
!tag_bank_ipa.json
!parts_of_speech.json
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"javascript.validate.enable": true
}
Loading

0 comments on commit d0a7103

Please sign in to comment.