Skip to content

Commit

Permalink
Added extra words to test dictionary to ensure legend tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Dec 10, 2024
1 parent eb0fc6f commit 8dcc79a
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 0 deletions.
101 changes: 101 additions & 0 deletions src/crkeng/resources/dictionary/crkeng_test_db.importjson
Original file line number Diff line number Diff line change
Expand Up @@ -3817,5 +3817,106 @@
}
],
"slug": "wâpiw@3"
},
{
"head": "wiýa",
"linguistInfo": {
"analysis": "<p><table colspan=1><tr><td>Alt</td></tr>\n<tr><td><strong>sC: wîńa</strong></td></tr>\n<tr><td><strong>wC: wîtha</strong></td></tr></table></p>",
"inflectional_category": "PrA",
"pos": "Pron",
"rw_domains": ["part_of_speech", "pronouns"],
"rw_indices": {
"CW": [],
"MD": ["9.2.3"]
},
"wn_domains": [],
"wordclass": "PrA"
},
"paradigm": null,
"senses": [
{
"definition": "he, she, it",
"sources": ["CW"]
},
{
"definition": "him, her, it",
"sources": ["CW"]
},
{
"definition": "his, hers, its",
"semanticDefinition": "hers",
"sources": ["CW"]
},
{
"definition": "He or she.",
"sources": ["MD"]
},
{
"definition": "Him or her.",
"sources": ["MD"]
},
{
"definition": "she/he, her/him",
"sources": ["AECD"]
}
],
"slug": "wiýa@1"
},
{
"analysis": [[], "wiýa", ["+Ipc"]],
"head": "wiýa",
"linguistInfo": {
"inflectional_category": "IPC",
"pos": "Ipc",
"rw_domains": [],
"rw_indices": {
"CW": [],
"MD": []
},
"wn_domains": [],
"wordclass": "IPC"
},
"paradigm": null,
"senses": [
{
"definition": "for, because",
"semanticDefinition": "because",
"sources": ["CW"]
},
{
"definition": "of course, to be sure, in fact",
"semanticDefinition": "course be sure in fact",
"sources": ["CW"]
}
],
"slug": "wiýa@2"
},
{
"analysis": [[], "wiýa", ["+Ipc"]],
"head": "wiýa",
"linguistInfo": {
"inflectional_category": "IPC",
"pos": "Ipc",
"rw_domains": [],
"rw_indices": {
"CW": [],
"MD": []
},
"wn_domains": [],
"wordclass": "IPC"
},
"paradigm": null,
"senses": [
{
"definition": "this, that",
"sources": ["CW"]
},
{
"definition": "as for, by contrast",
"semanticDefinition": "contrast",
"sources": ["CW"]
}
],
"slug": "wiýa@3"
}
]
144 changes: 144 additions & 0 deletions src/crkeng/resources/dictionary/crkeng_test_db.orig
Original file line number Diff line number Diff line change
Expand Up @@ -6125,5 +6125,149 @@
}
],
"slug": "wâpiw@3"
},
{
"head": "wiýa",
"linguistInfo": {
"analysis": "<p><table colspan=1><tr><td>Alt</td></tr>\n<tr><td><strong>sC: wîńa</strong></td></tr>\n<tr><td><strong>wC: wîtha</strong></td></tr></table></p>",
"inflectional_category": "PrA",
"pos": "Pron",
"rw_domains": [
"part_of_speech",
"pronouns"
],
"rw_indices": {
"CW": [],
"MD": [
"9.2.3"
]
},
"wn_domains": [
"N/A (Pronoun)"
],
"wordclass": "PrA"
},
"paradigm": null,
"senses": [
{
"definition": "he, she, it",
"sources": [
"CW"
]
},
{
"definition": "him, her, it",
"sources": [
"CW"
]
},
{
"definition": "his, hers, its",
"semanticDefinition": "hers",
"sources": [
"CW"
]
},
{
"definition": "He or she.",
"sources": [
"MD"
]
},
{
"definition": "Him or her.",
"sources": [
"MD"
]
},
{
"definition": "she/he, her/him",
"sources": [
"AECD"
]
}
],
"slug": "wiýa@1"
},
{
"analysis": [
[],
"wiýa",
[
"+Ipc"
]
],
"head": "wiýa",
"linguistInfo": {
"inflectional_category": "IPC",
"pos": "Ipc",
"rw_domains": [],
"rw_indices": {
"CW": [],
"MD": []
},
"wn_domains": [
"N/A (Functional)"
],
"wordclass": "IPC"
},
"paradigm": null,
"senses": [
{
"definition": "for, because",
"semanticDefinition": "because",
"sources": [
"CW"
]
},
{
"definition": "of course, to be sure, in fact",
"semanticDefinition": "course be sure in fact",
"sources": [
"CW"
]
}
],
"slug": "wiýa@2"
},
{
"analysis": [
[],
"wiýa",
[
"+Ipc"
]
],
"head": "wiýa",
"linguistInfo": {
"inflectional_category": "IPC",
"pos": "Ipc",
"rw_domains": [],
"rw_indices": {
"CW": [],
"MD": []
},
"wn_domains": [
"N/A (Functional)"
],
"wordclass": "IPC"
},
"paradigm": null,
"senses": [
{
"definition": "this, that",
"sources": [
"CW"
]
},
{
"definition": "as for, by contrast",
"semanticDefinition": "contrast",
"sources": [
"CW"
]
}
],
"slug": "wiýa@3"
}
]
2 changes: 2 additions & 0 deletions src/crkeng/resources/dictionary/test_db_words.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Headwords listed in this file will be used to build the test database.
# legend wordclass
wiýa

# VTA examples
wâpamêw
Expand Down

0 comments on commit 8dcc79a

Please sign in to comment.