Skip to content

Commit 1188751

Browse files
update wordnet used in tests to latest master commit
1 parent c1fc922 commit 1188751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WORDNET_COMMIT = 9f666f8a37cde9375224228e63f171c03ca6c9ee
1+
WORDNET_COMMIT = 14800c37ba72ccb059f2f87d9e028682488efb9c
22

33
default: tests/fixtures/wordnet.xml
44

tests/lmf.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ fn t() {
2424
"https://github.com/globalwordnet/english-wordnet"
2525
);
2626

27-
assert_eq!(lexicon.lexical_entries.len(), 163087);
28-
assert_eq!(lexicon.synsets.len(), 120053);
27+
assert_eq!(lexicon.lexical_entries.len(), 163094);
28+
assert_eq!(lexicon.synsets.len(), 120031);
2929

3030
fn check<T: std::fmt::Debug>(t: T, expect: Expect) {
3131
expect.assert_debug_eq(&t)

0 commit comments

Comments
 (0)