Skip to content

linalgo/wsd

Repository files navigation

Word Sense Disambiguation

Let's build a state-of-the-art multi-lingual Word Sense Disambiguation model.

Project resources

Installation

Run make install.

Annotate new data

Requirements

  • Install NPM
  • Get a developper token from Linhub and add it to the .env file as LINHUB_TOKEN.

Start annotation server

Then, run make annotate. The annotation interface will be available at https://localhost:32123/.

Attribution and LICENSE