Skip to content

Commit f047365

Browse files
committed
修改pom错误
1 parent 4c25735 commit f047365

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ You can also use the following site to check the partial functionality.
4040

4141
使用(Usages)
4242
----
43-
欢迎大家提供非Java语言的接口。
43+
44+
[FNLP入门教程](https://github.com/xpqiu/fnlp/wiki)
4445

4546
大的模型文件和代码分离。相应的模型文件可以从release页面下载。
4647

48+
欢迎大家提供非Java语言的接口。
49+
4750
引用(Citation)
4851
----
4952
If you would like to acknowledge our efforts, please cite the following paper.

fnlp-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>org.fnlp</groupId>
1111
<artifactId>fnlp-core</artifactId>
12-
<version>2.0</version>
12+
<version>2.0-SNAPSHOT</version>
1313
<name>fnlp-core</name>
1414
<url>https://github.com/xpqiu/fnlp/</url>
1515
<description>FNLP is developed for Chinese natural language processing (NLP), which also includes some machine learning algorithms and data sets to achieve the NLP tasks. FNLP is distributed under LGPL3.0.</description>

0 commit comments

Comments
 (0)