Skip to content

Commit

Permalink
小版本号+1
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Apr 2, 2015
1 parent 0abd774 commit 79dbcb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion data/dictionary/person/nr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22161,4 +22161,6 @@ ypy L 1
~ L 1
汪洋张 A 1
可在 A 1
可经 A 1
可经 A 1
二字 A 1
可刷 A 1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>

<name>HanLP</name>
<url>http://www.hankcs.com/</url>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/hankcs/demo/DemoCustomDictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void main(String[] args)

// AhoCorasickDoubleArrayTrie自动机分词
final char[] charArray = text.toCharArray();
CoreDictionary.trie.parseText(charArray, new AhoCorasickDoubleArrayTrie.IHit<CoreDictionary.Attribute>()
CustomDictionary.parseText(charArray, new AhoCorasickDoubleArrayTrie.IHit<CoreDictionary.Attribute>()
{
@Override
public void hit(int begin, int end, CoreDictionary.Attribute value)
Expand Down

0 comments on commit 79dbcb5

Please # to comment.