formatting
This commit is contained in:
parent
b3b32167c9
commit
2bcf9d7a97
7 changed files with 25 additions and 21 deletions
|
|
@ -30,7 +30,7 @@ Each synset extracted from WordNet is represented as:
|
|||
|
||||
## 2. Database Schema (relevant tables)
|
||||
|
||||
```
|
||||
```text
|
||||
terms
|
||||
id uuid PK
|
||||
synset_id text UNIQUE
|
||||
|
|
@ -179,7 +179,7 @@ When `onConflictDoNothing` skips a `terms` insert, the in-memory UUID is never w
|
|||
|
||||
Correct format:
|
||||
|
||||
```
|
||||
```text
|
||||
DATABASE_URL=postgresql://glossa:glossa@localhost:5432/glossa
|
||||
```
|
||||
|
||||
|
|
@ -220,7 +220,7 @@ The truncate approach is fine for dev but unsuitable for production — it wipes
|
|||
|
||||
One JSON file per language pair per POS:
|
||||
|
||||
```
|
||||
```text
|
||||
scripts/datafiles/
|
||||
en-it-nouns.json
|
||||
en-fr-nouns.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue