-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from twitter/proper_nouns
Added ProperNoun
- Loading branch information
Showing
25 changed files
with
7,661 additions
and
8,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
<groupId>com.twitter.penguin</groupId> | ||
<artifactId>korean-text</artifactId> | ||
<packaging>jar</packaging> | ||
<version>4.0.2-SNAPSHOT</version> | ||
<version>4.1-SNAPSHOT</version> | ||
<name>Korean Text Processing Utilities</name> | ||
<url>https://github.com/twitter/twitter-korean-text</url> | ||
<description>Scala library to process Korean text</description> | ||
|
@@ -39,7 +39,7 @@ | |
<connection>scm:git:https://github.com/twitter/twitter-korean-text.git</connection> | ||
<developerConnection>scm:git:[email protected]:twitter/twitter-korean-text.git | ||
</developerConnection> | ||
<tag>korean-text-4.0.1</tag> | ||
<tag>korean-text-4.1</tag> | ||
</scm> | ||
<prerequisites> | ||
<maven>3.0.4</maven> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,7 @@ public enum KoreanPosJava { | |
Email, URL, CashTag, | ||
|
||
// Functional POS | ||
Space, Others; | ||
Space, Others, | ||
|
||
ProperNoun; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,9 @@ | |
넉넉하 | ||
넓 | ||
노랗 | ||
놀라 | ||
놀랍 | ||
놀래 | ||
높 | ||
눈부시 | ||
느리 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,6 @@ | |
강별 | ||
강병규 | ||
강병현 | ||
강산 | ||
강성구 | ||
강성모 | ||
강성연 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.