Code Monkey home page Code Monkey logo

zemberek-nlp's Introduction

Zemberek-NLP

Zemberek-NLP provides basic Natural Language Processing tools for Turkish. Please note that all code and APIs are subject to change until version 1.0.0

Latest version is 0.14.0 (June 30th 2018). Change Log

FAQ

Please read the FAQ for common questions.

Citing

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

Usage

Maven

Add this to pom.xml file

<repositories>
    <repository>
        <id>ahmetaa-repo</id>
        <name>ahmetaa Maven Repo on Github</name>
        <url>https://raw.github.com/ahmetaa/maven-repo/master</url>
    </repository>
</repositories>

And dependencies (For example morphology):

<dependencies>
    <dependency>
        <groupId>zemberek-nlp</groupId>
        <artifactId>zemberek-morphology</artifactId>
        <version>0.14.0</version>
    </dependency>
</dependencies>

Jar distributions

Google docs page page contains jar files for different versions.

[module-jars] folder contain all zemberek modules as separate jar files. [zemberek-all-VERSION.jar] contains all zemberek modules. [dependencies] folder contains other dependencies suchas Google Guava.

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

Modules

Core

Core classes such as special Collection classes, Hash functions and helpers.

Maven artifact id : zemberek-core

Morphology

Turkish morphological analysis, disambiguation and word generation. Documentation

Maven artifact id : zemberek-morphology

Tokenization

Turkish Tokenization and sentence boundary detection. Documentation

Maven artifact id : zemberek-tokenization

Normalization

Provides basic spell checker and suggestion functions. Documentation

Maven artifact id : zemberek-normalization

Named Entity Recognition

Basic Named Entity Recognition mechanism. Documentation

Maven artifact id : zemberek-ner

Language Identification.

Allows fast identification of text language. Documentation

Maven artifact id : zemberek-lang-id

Language modeling

Provides a language compression algorithm. Documentation

Maven artifact id : zemberek-lm

Examples

Provides basic usage examples. Source

Maven artifact id : zemberek-examples

Known Issues and Limitations

  • Project requires Java 8 or higher.
  • 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

Acknowledgements

Please refer to contributors.txt file.

zemberek-nlp's People

Contributors

ahmetaa avatar mdakin avatar iorixxx avatar celebisait avatar aliok avatar elifkus avatar

Watchers

James Cloos avatar Ahmet BÜTÜN avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.