Fix link to WordNet lexNames docs.

This commit is contained in:
Moos 2020-10-21 19:40:14 -07:00 committed by GitHub
parent d6461971d8
commit 6db40c8fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ wordpos.lookupAdjective('awesome', console.log);
``` ```
In this case only one lookup was found, but there could be several. In this case only one lookup was found, but there could be several.
Version 1.1 adds the `lexName` parameter, which maps the lexFilenum to one of [45 lexicographer domains](https://wordnet.princeton.edu/wordnet/man/lexnames.5WN.html). Version 1.1 adds the `lexName` parameter, which maps the lexFilenum to one of [45 lexicographer domains](https://wordnet.princeton.edu/documentation/lexnames5wn).
#### seek(offset, pos, callback) #### seek(offset, pos, callback)