| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.pingbu | 
    
| ArtifactId | ArtifactIdpingbu-nlp | 
    
| Last Version | Last Version1.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPingbu's Chinese NLP Library 
            A library to do Chinese NLP 
         | 
    
| Filename | Size | 
|---|---|
| pingbu-nlp-1.1.1.pom | |
| pingbu-nlp-1.1.1.jar | 77 KB | 
| pingbu-nlp-1.1.1-sources.jar | 23 KB | 
| pingbu-nlp-1.1.1-javadoc.jar | 42 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.pingbu/pingbu-nlp/ -->
<dependency>
    <groupId>com.github.pingbu</groupId>
    <artifactId>pingbu-nlp</artifactId>
    <version>1.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.pingbu/pingbu-nlp/
implementation 'com.github.pingbu:pingbu-nlp:1.1.1'
                // https://jarcasting.com/artifacts/com.github.pingbu/pingbu-nlp/
implementation ("com.github.pingbu:pingbu-nlp:1.1.1")
                'com.github.pingbu:pingbu-nlp:jar:1.1.1'
                <dependency org="com.github.pingbu" name="pingbu-nlp" rev="1.1.1">
  <artifact name="pingbu-nlp" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.pingbu', module='pingbu-nlp', version='1.1.1')
)
                libraryDependencies += "com.github.pingbu" % "pingbu-nlp" % "1.1.1"
                [com.github.pingbu/pingbu-nlp "1.1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.pingbu : pingbu-logger | jar | 1.0 | 
| com.github.pingbu : pingbu-storage | jar | 1.0 | 
| com.github.pingbu : pingbu-pinyin | jar | 1.0.3 |