-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6137daf
commit dc04e10
Showing
4 changed files
with
99 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"brings": { | ||
"bring": { | ||
"verb": [ | ||
"-automated- third-person singular present" | ||
] | ||
} | ||
}, | ||
"bringing": { | ||
"bring": { | ||
"verb": [ | ||
"-automated- present participle" | ||
] | ||
} | ||
}, | ||
"brought": { | ||
"bring": { | ||
"verb": [ | ||
"-automated- past", | ||
"-automated- past participle" | ||
] | ||
} | ||
}, | ||
"broughten": { | ||
"bring": { | ||
"verb": [ | ||
"-automated- past participle rare dialectal" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"bring": { | ||
"verb": { | ||
"ipa": [ | ||
{ | ||
"ipa": "/ˈbɹɪŋ/", | ||
"tags": [] | ||
} | ||
], | ||
"senses": [ | ||
{ | ||
"glosses": [ | ||
"(transitive, ditransitive) To transport toward somebody/somewhere." | ||
], | ||
"tags": [ | ||
"ditransitive", | ||
"transitive" | ||
] | ||
}, | ||
{ | ||
"glosses": [ | ||
"(transitive, figuratively) To supply or contribute." | ||
], | ||
"tags": [ | ||
"figuratively", | ||
"transitive" | ||
] | ||
}, | ||
{ | ||
"glosses": [ | ||
"(transitive) To occasion or bring about." | ||
], | ||
"tags": [ | ||
"transitive" | ||
] | ||
}, | ||
{ | ||
"glosses": [ | ||
"(transitive) To raise (a lawsuit, charges, etc.) against somebody." | ||
], | ||
"tags": [ | ||
"transitive" | ||
] | ||
}, | ||
{ | ||
"glosses": [ | ||
"To persuade; to induce; to draw; to lead; to guide." | ||
], | ||
"tags": [] | ||
}, | ||
{ | ||
"glosses": [ | ||
"To produce in exchange; to sell for; to fetch." | ||
], | ||
"tags": [] | ||
}, | ||
{ | ||
"glosses": [ | ||
"(baseball) To pitch, often referring to a particularly hard thrown fastball." | ||
], | ||
"tags": [] | ||
} | ||
] | ||
} | ||
} | ||
} |