This commit is contained in:
moos 2020-12-08 19:42:29 -08:00
commit 280bf22ad8
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.
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)