ahmetaa / zemberek-nlp

NLP tools for Turkish.
Other
1.14k stars 207 forks source link

I had problems while adding zemberek as maven dependency and repository #216

Closed ekingunoncu closed 5 years ago

ekingunoncu commented 5 years ago

Hi! Firstly, thank you for this great job! I don't know that if I implemented something wrong but when I try to add zemberek project using maven I could not import some packages such as normalization due to that I could not use TurkishSpellChecker.

I am using IntelliJ and I added these two properly to my pom.xml:

<repositories>
    <repository>
        <id>zemberek-repo</id>
        <name>zemberek Maven Repo on Github</name>
        <url>https://raw.github.com/ahmetaa/maven-repo/master</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>zemberek-nlp</groupId>
        <artifactId>zemberek-morphology</artifactId>
        <version>0.16.0</version>
    </dependency>
</dependencies>

Everything seems fine when I download jar from google drive and add it manually. Now it is working but I just wanted to let you know about the issue that I had as a feedback.

ahmetaa commented 5 years ago

Try adding zemberek-normalization module dependency.

ahmetaa commented 5 years ago

I am closing this issue. Reopen if problem persists.