hebrew-nlp-toolkit

Select Hebrew NLP models and preprocessing steps for Hebrew text tasks.

21|10|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/skills-il/localization --skill hebrew-nlp-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hebrew-nlp-toolkit
Source: https://github.com/skills-il/localization/tree/main/hebrew-nlp-toolkit
Command: npx skills add https://github.com/skills-il/localization --skill hebrew-nlp-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill guides developers in using Hebrew NLP models and tools (DictaLM, DictaBERT, AlephBERT, and ivrit.ai) to process Hebrew text, covering model selection, preprocessing, and Hebrew-specific NLP challenges. Do NOT use for Arabic NLP (different tools) or general English NLP tasks.

Core Features & Use Cases

  • Comprehensive model guidance for Hebrew NLP tasks (tokenization, NER, sentiment, speech-to-text, translation)
  • Preprocessing tips and ready-to-use scripts (e.g., niqqud stripping, RTL handling, morphological considerations)
  • Real-world usage examples and cross-model comparisons with references

Quick Start

Ask the toolkit to suggest the most suitable Hebrew NLP model for your task and provide a minimal usage example.

Frequently Asked Questions about hebrew-nlp-toolkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best Hebrew NLP model for sentiment analysis and tokenization?

For Hebrew NLP tasks like sentiment analysis and tokenization, DictaBERT and DictaLM are top choices. This toolkit guides you in selecting the optimal model for your specific text processing requirements and provides ready-to-use examples.

How do I preprocess Hebrew text to handle niqqud and RTL layout for NLP models?

Preprocessing Hebrew text requires stripping niqqud and handling RTL layout. This toolkit provides ready-to-use scripts and morphological guidance to prepare Hebrew text for NLP models like AlephBERT and ivrit.ai.

Can I use Hebrew NLP models without a GPU for speech-to-text and translation tasks?

While Hebrew speech-to-text and translation can run without a GPU, using one is highly recommended for large models. Running large Hebrew NLP models on CPU may significantly impact performance and processing speed.

What Python dependencies do I need to run Hebrew NLP models with this toolkit?

To run Hebrew NLP models with this toolkit, you need Python and the transformers library. These dependencies are required to execute the provided scripts and utilize models like DictaLM and DictaBERT for Hebrew text tasks.

Does this toolkit support Arabic NLP or general English NLP tasks?

No, this toolkit is specifically designed for Hebrew NLP tasks and does not support Arabic NLP or general English NLP. Arabic requires different tools and morphological handling than Hebrew.