| License |
License |
|---|---|
| GroupId | GroupIdcom.guokr |
| ArtifactId | ArtifactIdstan-cn-nlp |
| Version | Version0.0.4 |
| Type | Typejar |
| Description |
Descriptionstan-cn-nlp
An API wrapper based on Stanford Core NLP package for Simplified Chinese users
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stan-cn-nlp-0.0.4.pom | |
| stan-cn-nlp-0.0.4.jar | 4 KB |
| stan-cn-nlp-0.0.4-sources.jar | 1 KB |
| stan-cn-nlp-0.0.4-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.guokr/stan-cn-nlp/ -->
<dependency>
<groupId>com.guokr</groupId>
<artifactId>stan-cn-nlp</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.guokr/stan-cn-nlp/
implementation 'com.guokr:stan-cn-nlp:0.0.4'
// https://jarcasting.com/artifacts/com.guokr/stan-cn-nlp/
implementation ("com.guokr:stan-cn-nlp:0.0.4")
'com.guokr:stan-cn-nlp:jar:0.0.4'
<dependency org="com.guokr" name="stan-cn-nlp" rev="0.0.4">
<artifact name="stan-cn-nlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guokr', module='stan-cn-nlp', version='0.0.4')
)
libraryDependencies += "com.guokr" % "stan-cn-nlp" % "0.0.4"
[com.guokr/stan-cn-nlp "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.guokr : stan-cn-com | jar | 0.0.4 |
| com.guokr : stan-cn-seg | jar | 0.0.4 |
| com.guokr : stan-cn-ner | jar | 0.0.4 |
| com.guokr : stan-cn-tag | jar | 0.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |