Download korean-text-4.4.jar file

Introduction

You can download korean-text-4.4.jar in this page.

License

The Apache Software License, Version 2.0

Type List

korean-text-4.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.twitter.penguin/korean-text/pom.properties
META-INF/maven/com.twitter.penguin/korean-text/pom.xml
com.twitter.penguin.korean.KoreanPosJava.class
com.twitter.penguin.korean.KoreanTokenJava.class
com.twitter.penguin.korean.TwitterKoreanProcessor.class
com.twitter.penguin.korean.TwitterKoreanProcessorJava.class
com.twitter.penguin.korean.normalizer.KoreanNormalizer.class
com.twitter.penguin.korean.phrase_extractor.KoreanPhraseExtractor.class
com.twitter.penguin.korean.qa.BatchGetUnknownNouns.class
com.twitter.penguin.korean.qa.BatchTokenizeTweets.class
com.twitter.penguin.korean.qa.KoreanProcessorSandbox.class
com.twitter.penguin.korean.stemmer.KoreanStemmer.class
com.twitter.penguin.korean.tokenizer.KoreanChunk.class
com.twitter.penguin.korean.tokenizer.KoreanChunker.class
com.twitter.penguin.korean.tokenizer.KoreanDetokenizer.class
com.twitter.penguin.korean.tokenizer.KoreanSentenceSplitter.class
com.twitter.penguin.korean.tokenizer.KoreanTokenizer.class
com.twitter.penguin.korean.tokenizer.ParsedChunk.class
com.twitter.penguin.korean.tokenizer.Sentence.class
com.twitter.penguin.korean.tokenizer.TokenizerProfile.class
com.twitter.penguin.korean.tools.CreateConjugationExamples.class
com.twitter.penguin.korean.tools.CreateParsingExamples.class
com.twitter.penguin.korean.tools.CreatePhraseExtractionExamples.class
com.twitter.penguin.korean.tools.DeduplicateAndSortDictionaries.class
com.twitter.penguin.korean.tools.Runnable.class
com.twitter.penguin.korean.tools.UpdateAllTheExamples.class
com.twitter.penguin.korean.util.CharArrayMap.class
com.twitter.penguin.korean.util.CharArraySet.class
com.twitter.penguin.korean.util.CharacterUtils.class
com.twitter.penguin.korean.util.Hangul.class
com.twitter.penguin.korean.util.KoreanConjugation.class
com.twitter.penguin.korean.util.KoreanDictionaryProvider.class
com.twitter.penguin.korean.util.KoreanPos.class
com.twitter.penguin.korean.util.KoreanSubstantive.class
com/twitter/penguin/korean/util/adjective/adjective.txt
com/twitter/penguin/korean/util/adverb/adverb.txt
com/twitter/penguin/korean/util/auxiliary/conjunctions.txt
com/twitter/penguin/korean/util/auxiliary/determiner.txt
com/twitter/penguin/korean/util/auxiliary/exclamation.txt
com/twitter/penguin/korean/util/example_chunks.txt
com/twitter/penguin/korean/util/example_tweets.txt
com/twitter/penguin/korean/util/freq/entity-freq.txt.gz
com/twitter/penguin/korean/util/josa/josa.txt
com/twitter/penguin/korean/util/noun/bible.txt
com/twitter/penguin/korean/util/noun/company_names.txt
com/twitter/penguin/korean/util/noun/congress.txt
com/twitter/penguin/korean/util/noun/entities.txt
com/twitter/penguin/korean/util/noun/foreign.txt
com/twitter/penguin/korean/util/noun/geolocations.txt
com/twitter/penguin/korean/util/noun/kpop.txt
com/twitter/penguin/korean/util/noun/lol.txt
com/twitter/penguin/korean/util/noun/names.txt
com/twitter/penguin/korean/util/noun/nouns.txt
com/twitter/penguin/korean/util/noun/pokemon.txt
com/twitter/penguin/korean/util/noun/profane.txt
com/twitter/penguin/korean/util/noun/slangs.txt
com/twitter/penguin/korean/util/noun/spam.txt
com/twitter/penguin/korean/util/noun/twitter.txt
com/twitter/penguin/korean/util/noun/wikipedia_title_nouns.txt
com/twitter/penguin/korean/util/substantives/family_names.txt
com/twitter/penguin/korean/util/substantives/given_names.txt
com/twitter/penguin/korean/util/substantives/noun_prefix.txt
com/twitter/penguin/korean/util/substantives/suffix.txt
com/twitter/penguin/korean/util/typos/typos.txt
com/twitter/penguin/korean/util/verb/eomi.txt
com/twitter/penguin/korean/util/verb/pre_eomi.txt
com/twitter/penguin/korean/util/verb/verb.txt
com/twitter/penguin/korean/util/verb/verb_prefix.txt

Pom

korean-text-4.4.pom file content.

<!--
    Twitter Korean Text - Scala library to process Korean text

    Copyright 2014 Twitter, Inc.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.twitter.penguin</groupId>
  <artifactId>korean-text</artifactId>
  <packaging>jar</packaging>
  <version>4.4</version>
  <name>Korean Text Processing Utilities</name>
  <url>https://github.com/twitter/twitter-korean-text</url>
  <description>Scala library to process Korean text</description>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/twitter/twitter-korean-text</url>
    <connection>scm:git:https://github.com/twitter/twitter-korean-text.git</connection>
    <developerConnection>scm:git:git@github.com:twitter/twitter-korean-text.git
    </developerConnection>
    <tag>korean-text-4.4</tag>
  </scm>
  <prerequisites>
    <maven>3.0.4</maven>
  </prerequisites>
  <developers>
    <developer>
      <id>nlpenguin</id>
      <name>Hohyon Ryu</name>
      <url>https://twitter.com/nlpenguin</url>
    </developer>
  </developers>
  <issueManagement>
    <url>https://www.github.com/twitter/twitter-korean-text/issues</url>
    <system>Github Issues</system>
  </issueManagement>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <maven.compiler.source>1.7</maven.compiler.source>
    <maven.compiler.target>1.7</maven.compiler.target>
    <scala.version>2.11.7</scala.version>
    <scoverage.plugin.version>1.0.4</scoverage.plugin.version>
    <encoding>UTF-8</encoding>
  </properties>
  <distributionManagement>
    <snapshotRepository>
      <id>sonatype-nexus-snapshots</id>
      <name>Sonatype Nexus Snapshots</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
    <repository>
      <id>sonatype-nexus-staging</id>
      <name>Nexus Release Repository</name>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>${scala.version}</version>
    </dependency>
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>twitter-text</artifactId>
      <version>1.11.1</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-nop</artifactId>
      <version>1.5.8</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_2.11</artifactId>
      <version>2.2.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <groupId>net.alchim31.maven</groupId>
        <artifactId>scala-maven-plugin</artifactId>
        <version>3.2.0</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>2.7</version>
      </plugin>
      <plugin>
        <groupId>org.scoverage</groupId>
        <artifactId>scoverage-maven-plugin</artifactId>
        <version>${scoverage.plugin.version}</version>
        <configuration>
          <excludedPackages>com.twitter.penguin.korean.qa</excludedPackages>
        </configuration>
      </plugin>
    </plugins>
  </reporting>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <version>3.4</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-scm-publish-plugin</artifactId>
        <version>1.0</version>
        <configuration>
          <content>${project.reporting.outputDirectory}</content>
          <checkinComment>Publishing Site Docs for
            ${project.artifactId}:${project.version}
          </checkinComment>
          <skipDeletedFiles>true</skipDeletedFiles>
          <pubScmUrl>scm:git:git@github.com:twitter/twitter-korean-text.git</pubScmUrl>
          <scmBranch>gh-pages</scmBranch>
        </configuration>
      </plugin>
      <plugin>
        <groupId>net.alchim31.maven</groupId>
        <artifactId>scala-maven-plugin</artifactId>
        <version>3.2.0</version>
        <executions>
          <execution>
            <id>scala-compile-first</id>
            <phase>process-resources</phase>
            <goals>
              <goal>add-source</goal>
              <goal>compile</goal>
            </goals>
          </execution>
          <execution>
            <id>scala-test-compile</id>
            <phase>process-test-resources</phase>
            <goals>
              <goal>testCompile</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <executions>
          <execution>
            <phase>compile</phase>
            <goals>
              <goal>compile</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.18.1</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.5.1</version>
      </plugin>
      <plugin>
        <groupId>org.scoverage</groupId>
        <artifactId>scoverage-maven-plugin</artifactId>
        <version>${scoverage.plugin.version}</version>
        <executions>
          <execution>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <scalaVersion>${scala.version}</scalaVersion>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.eluder.coveralls</groupId>
        <artifactId>coveralls-maven-plugin</artifactId>
        <version>3.0.1</version>
        <configuration>
          <coberturaReports>
            <param>${project.build.directory}/cobertura.xml</param>
          </coberturaReports>
          <sourceDirectories>
            <param>${basedir}</param>
          </sourceDirectories>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release-profile</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-gpg-plugin</artifactId>
            <version>1.5</version>
            <executions>
              <execution>
                <id>sign-artifacts</id>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>

POM Entry

<dependency>
   <groupId>com.twitter.penguin</groupId>
   <artifactId>korean-text</artifactId>
   <version>4.4</version>
</dependency>

Download

If you think the following korean-text-4.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download korean-text-4.4.jar file




PreviousNext

Related