Skip to content

C# Library and Example for using the HebrewNLP API

License

Notifications You must be signed in to change notification settings

HebrewNLP/HebrewNLP.NET

Repository files navigation

HebrewNLP.NET

C# Library and Example for using the HebrewNLP library.

To use the library you must register a HebrewNLP account.

You will get a password in SMS, to set it use:

HebrewNLP.Password = "...";

Capabilities

  • Morphology

    • Normalizer
    • Analyzation
  • Preprocessing

    • Sentencer
    • Tokenizer
  • Name Processing

    • English-Hebrew Name Translation
    • Hebrew Name Analyzer
  • Multi-Lingual Soundex

Documentation And Examples

The solution contains a few project that demonstrate the use of the library. For full API documentation click here

Download

See Github Releases.