atilika / kuromoji

Kuromoji is a self-contained and very easy to use Japanese morphological analyzer designed for search
Apache License 2.0
950 stars 131 forks source link

Nexus Repository is Offline? #123

Closed ryantenney closed 6 years ago

ryantenney commented 6 years ago

All requests to http://www.atilika.org/nexus/content/repositories/atilika are 404-ing.

cmoen commented 6 years ago

I strongly recommend getting your artifacts from Maven Central instead. Use:

<dependency>
  <groupId>com.atilika.kuromoji</groupId>
  <artifactId>kuromoji-ipadic</artifactId>
  <version>0.9.0</version>
</dependency>

If you were on version 0.7.7, I also strongly recommend upgrading to this version. I believe the code changes necessary would only be to add ipadic to your package path.