CLI.wsd

About:

The WSD command line interface (CLI) is designed to utilize the word sense disambiguation for Arabic sentences. This CLI allows users to input an Arabic sentence and receive concepts and lemma for each token within the sentence. As follows:

Usage:

Below is the usage information that can be generated by running wsd --help.

wsd –-text "your Arabic sentence here"
wsd –-file path/to/txt/file

Options:

--text INPUT_TEXT
      The text that needs to be analyzed for Named Entity Recognition.
--file txt_file_path
      Directory containing the text files to be analyzed for Named Entity Recognition

Examples:

wsd --text "Your text here"
wsd --file "path/to/your/txt/file"