Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
Z

zemberek-nlp

> 编程语言
Open source

NLP tools for Turkish.

1.3K stars0 likes0 views
WebsiteGitHub

About

NLP tools for Turkish.

Zemberek-NLP

This project is now in slow maintenance mode.

Zemberek-NLP provides Natural Language Processing tools for Turkish.

Latest version is 0.17.1 (July 23th 2019). Change Log

Please read the FAQ for common questions.

Modules

Module Maven Id Core zemberek-core Special Collections, Hash functions and helpers. Morphology zemberek-morphology Turkish morphological analysis, disambiguation and word generation. Tokenization zemberek-tokenization Turkish Tokenization and sentence boundary detection. Normalization zemberek-normalization Basic spell checker, word suggestion. Noisy text normalization. NER zemberek-ner Turkish Named Entity Recognition. Classification zemberek-classification Text classification based on Java port of fastText project. Language Identification zemberek-lang-id Fast identification of text language. Language Modeling zemberek-lm Provides a language model compression algorithm. Applications zemberek-apps Console applications gRPC Server zemberek-grpc gRPC server for access from other languages. Examples zemberek-examples Usage examples.

Usage

Maven

Add this to pom.xml file

    
        
            zemberek-repo
            zemberek Maven Repo on Github
            https://raw.github.com/ahmetaa/maven-repo/master
        
    

And dependencies (For example morphology):

    
        
            zemberek-nlp
            zemberek-morphology
            0.17.1
        
    

Jar distributions

Google drive page contains jar files for different versions.

[zemberek-full.jar] is a single jar that contains all modules and dependencies. When it is run directly with

  java -jar zemberek-full.jar

It will list available console applications.

For Developers

Here information about how to compile the code and generate jar files from the project is explained.

Examples

There is an examples module in the code for usage examples.

Also, there is a separate project with same examples that uses Zemberek-NLP as maven modules: Turkish-nlp-examples

Known Issues and Limitations

  • NER module does not provide a model yet.
  • Library is not well-tested for multi-threaded usage.

Please see issues section for further issues and feel free to create new ones.

License

Code is licensed under Apache License, Version 2.0

Citing

If you use this project in an academic publication, please refer to this site.

Acknowledgements

Please refer to contributors.txt file.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Java
  • •language
  • •morphology
  • •nlp
  • •turkish

> Tags

Javalanguagemorphologynlpturkish

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言