java-string-similarity | Java library that implements several algorithms | Learning library

 by   rrice Java Version: Current License: MIT

kandi X-RAY | java-string-similarity Summary

java-string-similarity is a Java library typically used in Tutorial, Learning, Example Codes applications. java-string-similarity has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.
java-string-similarity that calculates a normalized distance or similarity score between two strings. A score of 0.0 means that the two strings are absolutely dissimilar, and 1.0 means that absolutely similar (or equal). Anything in between indicates how similar each the two strings are.
    Support
      Quality
        Security
          License
            Reuse
            Support
              Quality
                Security
                  License
                    Reuse

                      kandi-support Support

                        summary
                        java-string-similarity has a low active ecosystem.
                        summary
                        It has 127 star(s) with 43 fork(s). There are 12 watchers for this library.
                        summary
                        It had no major release in the last 6 months.
                        summary
                        There are 0 open issues and 2 have been closed. On average issues are closed in 366 days. There are no pull requests.
                        summary
                        It has a neutral sentiment in the developer community.
                        summary
                        The latest version of java-string-similarity is current.
                        This Library - Support
                          Best in #Learning
                            Average in #Learning
                            This Library - Support
                              Best in #Learning
                                Average in #Learning

                                  kandi-Quality Quality

                                    summary
                                    java-string-similarity has 0 bugs and 30 code smells.
                                    This Library - Quality
                                      Best in #Learning
                                        Average in #Learning
                                        This Library - Quality
                                          Best in #Learning
                                            Average in #Learning

                                              kandi-Security Security

                                                summary
                                                java-string-similarity has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
                                                summary
                                                java-string-similarity code analysis shows 0 unresolved vulnerabilities.
                                                summary
                                                There are 0 security hotspots that need review.
                                                This Library - Security
                                                  Best in #Learning
                                                    Average in #Learning
                                                    This Library - Security
                                                      Best in #Learning
                                                        Average in #Learning

                                                          kandi-License License

                                                            summary
                                                            java-string-similarity is licensed under the MIT License. This license is Permissive.
                                                            summary
                                                            Permissive licenses have the least restrictions, and you can use them in most projects.
                                                            This Library - License
                                                              Best in #Learning
                                                                Average in #Learning
                                                                This Library - License
                                                                  Best in #Learning
                                                                    Average in #Learning

                                                                      kandi-Reuse Reuse

                                                                        summary
                                                                        java-string-similarity releases are not available. You will need to build from source code and install.
                                                                        summary
                                                                        Deployable package is available in Maven.
                                                                        summary
                                                                        Build file is available. You can build the component from source.
                                                                        summary
                                                                        Installation instructions, examples and code snippets are available.
                                                                        summary
                                                                        java-string-similarity saves you 361 person hours of effort in developing the same functionality from scratch.
                                                                        summary
                                                                        It has 863 lines of code, 67 functions and 19 files.
                                                                        summary
                                                                        It has low code complexity. Code complexity directly impacts maintainability of the code.
                                                                        This Library - Reuse
                                                                          Best in #Learning
                                                                            Average in #Learning
                                                                            This Library - Reuse
                                                                              Best in #Learning
                                                                                Average in #Learning
                                                                                  Top functions reviewed by kandi - BETA
                                                                                  kandi has reviewed java-string-similarity and discovered the below as its top functions. This is intended to give you an instant insight into java-string-similarity implemented functionality, and help decide if they suit your requirements.
                                                                                  • Returns the similarity of two strings
                                                                                    • Calculates the similarity of two strings
                                                                                    • Gets the set of characters which are within the given limits
                                                                                    • Computes the length of the common prefix between two strings
                                                                                    • Returns the number of transpositions between two strings
                                                                                  • Computes the similarity of two strings
                                                                                    • Splits the string into several bigrams
                                                                                  • Compares two similarity scores
                                                                                    • Gets the value of the score property
                                                                                  • Computes the edit distance of two strings
                                                                                    • Compute the edit distance between two strings
                                                                                  • Get the hash code for this object
                                                                                  • Determines if the supplied object matches the supplied object
                                                                                  • Returns the similarity of a single feature
                                                                                  Get all kandi verified functions for this library.
                                                                                  Get all kandi verified functions for this library.

                                                                                  java-string-similarity Key Features

                                                                                  A Java library that implements several algorithms that calculate similarity between strings.

                                                                                  java-string-similarity Examples and Code Snippets

                                                                                  No Code Snippets are available at this moment for java-string-similarity.
                                                                                  Community Discussions

                                                                                  Trending Discussions on java-string-similarity

                                                                                  Caused by: java.lang.NoClassDefFoundError: org/springframework/data/convert/CustomConversions
                                                                                  chevron right
                                                                                  Group matrix filled with similarity scores into buckets
                                                                                  chevron right

                                                                                  QUESTION

                                                                                  Caused by: java.lang.NoClassDefFoundError: org/springframework/data/convert/CustomConversions
                                                                                  Asked 2020-Jun-11 at 07:10

                                                                                  I am using MongoDB 4.2 and trying to upgrade my spring boot version from 1.5.9.RELEASE to 2.0.3.RELEASE. The maven surefire plugin version is 2.22.0.

                                                                                  I am getting following error while doing maven clean install -U,

                                                                                  at java.lang.Class.getDeclaredMethods0(Native Method)
                                                                                  at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
                                                                                  at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
                                                                                  at java.lang.Class.getMethod0(Class.java:3018)
                                                                                  at java.lang.Class.getMethod(Class.java:1784)
                                                                                  at org.apache.maven.surefire.util.ReflectionUtils.tryGetMethod(ReflectionUtils.java:60)
                                                                                  at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isSuiteOnly(JUnit3TestChecker.java:66)
                                                                                  at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isValidJUnit3Test(JUnit3TestChecker.java:61)
                                                                                  at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.accept(JUnit3TestChecker.java:56)
                                                                                  at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.accept(JUnit4TestChecker.java:53)
                                                                                  at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
                                                                                  at org.apache.maven.surefire.junit4.JUnit4Provider.scanClassPath(JUnit4Provider.java:309)
                                                                                  at org.apache.maven.surefire.junit4.JUnit4Provider.setTestsToRun(JUnit4Provider.java:189)
                                                                                  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:132)
                                                                                  at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
                                                                                  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
                                                                                  at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
                                                                                  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
                                                                                  Caused by: java.lang.ClassNotFoundException: org.springframework.data.convert.CustomConversions
                                                                                  at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
                                                                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
                                                                                  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
                                                                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
                                                                                  ... 18 more
                                                                                  

                                                                                  I am guessing about compatibility issues. Any hints?

                                                                                  NOTE : The issue is when executing test cases. The CustomConversions class seems to be not available resuting in the issue.

                                                                                  The pom.xml is as follows,

                                                                                  
                                                                                  
                                                                                    4.0.0
                                                                                  
                                                                                    
                                                                                      org.springframework.boot
                                                                                      spring-boot-starter-parent
                                                                                      2.0.3.RELEASE
                                                                                    
                                                                                  
                                                                                    *********
                                                                                    *********
                                                                                    pom
                                                                                    *********
                                                                                    ${project.groupId}-${project.artifactId}
                                                                                  
                                                                                    
                                                                                      3.0.0
                                                                                    
                                                                                  
                                                                                    
                                                                                      *
                                                                                      *
                                                                                    
                                                                                  
                                                                                    
                                                                                      
                                                                                        >******
                                                                                        >******
                                                                                        localhost
                                                                                      
                                                                                      
                                                                                        ******
                                                                                        ******
                                                                                        loaclhost
                                                                                      
                                                                                    
                                                                                  
                                                                                    
                                                                                      2.2.0
                                                                                      2.3.21
                                                                                      2.22.0
                                                                                      ${project.artifactId}
                                                                                      1.5.0
                                                                                      3.4
                                                                                      2.4
                                                                                      3.3
                                                                                      1.7.10
                                                                                      UTF-8
                                                                                      ${project.groupId}
                                                                                      1.16.18
                                                                                      2.7
                                                                                      1.5
                                                                                      1.2.3
                                                                                      5.5.1
                                                                                      20160810
                                                                                      2.4
                                                                                      2.5.1
                                                                                      1.6.1
                                                                                      3.10.1
                                                                                      3.3.2
                                                                                      4.1
                                                                                      2.6.0
                                                                                      1.3
                                                                                      4.12
                                                                                      2.6.1
                                                                                      0.7.4.201502262128
                                                                                      1.3.1
                                                                                      1
                                                                                      1.0.0.Final
                                                                                      1.9.5
                                                                                      1.8
                                                                                      2.0.1.Final
                                                                                      2.8.2
                                                                                      4.3.6
                                                                                      2.10.1
                                                                                      2.5.2
                                                                                      ${project.version}
                                                                                      2.4.1
                                                                                      0.10
                                                                                      2.7
                                                                                      18.0
                                                                                      1.54
                                                                                      2.5
                                                                                      2.0.6
                                                                                      ${maven.build.timestamp}
                                                                                      yyyy-MM-dd HH:mm:ss
                                                                                      3.6
                                                                                      2.3
                                                                                      Finchley.RELEASE
                                                                                      0.0.1
                                                                                      1.1.0
                                                                                      2.2.0
                                                                                      2.5.1
                                                                                      4.3.13.RELEASE
                                                                                      1.5.0.RELEASE
                                                                                    
                                                                                  
                                                                                    
                                                                                      
                                                                                        
                                                                                          org.springframework.boot
                                                                                          spring-boot-dependencies
                                                                                          2.0.3.RELEASE
                                                                                          pom
                                                                                          import
                                                                                        
                                                                                        
                                                                                          org.springframework.boot
                                                                                          spring-boot-starter-validation
                                                                                          2.0.3.RELEASE
                                                                                        
                                                                                        
                                                                                          org.springframework.boot
                                                                                          spring-boot-properties-migrator
                                                                                        
                                                                                        
                                                                                          commons-validator
                                                                                          commons-validator
                                                                                          ${commons-validator-version}
                                                                                        
                                                                                        
                                                                                          org.bouncycastle
                                                                                          bcprov-jdk15on
                                                                                          ${bcprov-jdk15on-version}
                                                                                          compile
                                                                                        
                                                                                        
                                                                                          net.sf.dozer
                                                                                          dozer
                                                                                          ${dozer-version}
                                                                                        
                                                                                        
                                                                                          org.freemarker
                                                                                          freemarker
                                                                                          ${freemarker-version}
                                                                                        
                                                                                        
                                                                                          ch.qos.logback
                                                                                          logback-core
                                                                                          ${logback-core-version}
                                                                                        
                                                                                        
                                                                                          ch.qos.logback
                                                                                          logback-classic
                                                                                          ${logback-core-version}
                                                                                        
                                                                                        
                                                                                          javax.inject
                                                                                          javax.inject
                                                                                          ${javax.inject-version}
                                                                                        
                                                                                        
                                                                                          org.slf4j
                                                                                          jcl-over-slf4j
                                                                                          ${slf4j-version}
                                                                                        
                                                                                        
                                                                                          org.slf4j
                                                                                          slf4j-api
                                                                                          ${slf4j-version}
                                                                                        
                                                                                        
                                                                                          org.apache.tika
                                                                                          tika-core
                                                                                          ${apache-tika-core-version}
                                                                                        
                                                                                        
                                                                                          commons-io
                                                                                          commons-io
                                                                                          ${commons-io-version}
                                                                                        
                                                                                        
                                                                                          commons-fileupload
                                                                                          commons-fileupload
                                                                                          ${commons-fileupload-version}
                                                                                          runtime
                                                                                        
                                                                                        
                                                                                          com.fasterxml.jackson.core
                                                                                          jackson-core
                                                                                          ${jackson-version}
                                                                                        
                                                                                        
                                                                                          com.fasterxml.jackson.core
                                                                                          jackson-annotations
                                                                                          ${jackson-version}
                                                                                        
                                                                                        
                                                                                          com.fasterxml.jackson.core
                                                                                          jackson-databind
                                                                                          ${jackson-version}
                                                                                        
                                                                                        
                                                                                          org.apache.commons
                                                                                          commons-lang3
                                                                                          ${commons-lang3-version}
                                                                                        
                                                                                        
                                                                                          org.apache.commons
                                                                                          commons-collections4
                                                                                          ${commons-collections4}
                                                                                        
                                                                                        
                                                                                          joda-time
                                                                                          joda-time
                                                                                          ${joda-time-version}
                                                                                        
                                                                                        
                                                                                          com.google.guava
                                                                                          guava
                                                                                          ${google-guava-version}
                                                                                        
                                                                                        
                                                                                          com.google.guava
                                                                                          guava-testlib
                                                                                          ${google-guava-version}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          junit
                                                                                          junit
                                                                                          ${junit-version}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          org.hamcrest
                                                                                          hamcrest-core
                                                                                          ${hamcrest-version}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          org.hamcrest
                                                                                          hamcrest-all
                                                                                          ${hamcrest-version}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          org.mockito
                                                                                          mockito-all
                                                                                          ${mockito-version}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          org.jboss.spec.javax.transaction
                                                                                          jboss-transaction-api_1.2_spec
                                                                                          ${jta-api-jboss-version}
                                                                                        
                                                                                        
                                                                                          org.apache.poi
                                                                                          poi
                                                                                          ${poi-version}
                                                                                        
                                                                                        
                                                                                          org.apache.poi
                                                                                          poi-ooxml
                                                                                          ${poi-version}
                                                                                        
                                                                                        
                                                                                          org.apache.poi
                                                                                          poi-ooxml-schemas
                                                                                          ${poi-version}
                                                                                        
                                                                                        
                                                                                          xmlbeans
                                                                                          xbean
                                                                                          ${xmlbeans-version}
                                                                                        
                                                                                        
                                                                                          dom4j
                                                                                          dom4j
                                                                                          ${dom4j-version}
                                                                                        
                                                                                        
                                                                                          com.github.fakemongo
                                                                                          fongo
                                                                                          ${fongo-version}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          org.apache.httpcomponents
                                                                                          httpclient
                                                                                          ${httpcomponent.version}
                                                                                        
                                                                                        
                                                                                          org.apache.httpcomponents
                                                                                          httpmime
                                                                                          ${httpcomponent.version}
                                                                                        
                                                                                        
                                                                                          com.github.mongobee
                                                                                          mongobee
                                                                                          ${mongobee-version}
                                                                                          
                                                                                            
                                                                                              mongo-java-driver
                                                                                              org.mongodb
                                                                                            
                                                                                          
                                                                                        
                                                                                        
                                                                                          org.projectlombok
                                                                                          lombok
                                                                                          ${lombok.version}
                                                                                        
                                                                                        
                                                                                          org.springframework.data
                                                                                          spring-data-commons
                                                                                          1.13.7.RELEASE
                                                                                        
                                                                                        
                                                                                          io.springfox
                                                                                          springfox-swagger2
                                                                                          2.7.0
                                                                                        
                                                                                        
                                                                                          io.springfox
                                                                                          springfox-swagger-ui
                                                                                          2.7.0
                                                                                        
                                                                                        
                                                                                          commons-net
                                                                                          commons-net
                                                                                          ${commons-net-version}
                                                                                        
                                                                                        
                                                                                          org.mockftpserver
                                                                                          MockFtpServer
                                                                                          ${mock-ftp-server}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          javax.validation
                                                                                          validation-api
                                                                                          ${javax-validation-version}
                                                                                          compile
                                                                                        
                                                                                        
                                                                                          org.springframework.cloud
                                                                                          spring-cloud-dependencies
                                                                                          ${spring-cloud.version}
                                                                                          pom
                                                                                          import
                                                                                        
                                                                                        
                                                                                          info.debatty
                                                                                          java-string-similarity
                                                                                          ${java-string-similarity-version}
                                                                                        
                                                                                        
                                                                                          io.github.openfeign.form
                                                                                          feign-form
                                                                                          ${feign-form}
                                                                                        
                                                                                        
                                                                                          com.github.tomakehurst
                                                                                          wiremock-standalone
                                                                                          ${tomakehurst-wiremock}
                                                                                          test
                                                                                        
                                                                                        
                                                                                          org.springframework.kafka
                                                                                          spring-kafka
                                                                                          1.1.7.RELEASE
                                                                                        
                                                                                        
                                                                                          org.springframework.amqp
                                                                                          spring-rabbit
                                                                                          ${spring-rabbit-version}
                                                                                        
                                                                                      
                                                                                    
                                                                                  
                                                                                    
                                                                                      
                                                                                        
                                                                                          
                                                                                            maven-shade-plugin
                                                                                            ${maven-shade-plugin-version}
                                                                                          
                                                                                          
                                                                                            org.codehaus.mojo
                                                                                            jaxb2-maven-plugin
                                                                                            1.6
                                                                                            
                                                                                              
                                                                                                xjc
                                                                                                
                                                                                                  xjc
                                                                                                
                                                                                              
                                                                                            
                                                                                            
                                                                                              ${project.basedir}/src/main/resources/
                                                                                              ${project.basedir}/src/main/java
                                                                                              false
                                                                                            
                                                                                          
                                                                                          
                                                                                            maven-compiler-plugin
                                                                                            ${maven-compiler-plugin-version}
                                                                                            
                                                                                              ${source-code-level}
                                                                                              ${source-code-level}
                                                                                              -Xlint:all
                                                                                            
                                                                                          
                                                                                          
                                                                                            maven-source-plugin
                                                                                            ${maven-source-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-javadoc-plugin
                                                                                            ${maven-javadoc-plugin-version}
                                                                                            
                                                                                              
                                                                                                attach-javadocs
                                                                                                
                                                                                                  jar
                                                                                                  test-jar
                                                                                                
                                                                                              
                                                                                            
                                                                                          
                                                                                          
                                                                                            maven-clean-plugin
                                                                                            ${maven-clean-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-surefire-plugin
                                                                                            ${maven-surefire-plugin-version}
                                                                                            
                                                                                              
                                                                                                **/*Tests.java
                                                                                                **/*Test.java
                                                                                              
                                                                                              
                                                                                                **/Abstract*.java
                                                                                              
                                                                                            
                                                                                          
                                                                                          
                                                                                            maven-site-plugin
                                                                                            ${maven-site-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-resources-plugin
                                                                                            ${maven-resources-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-jar-plugin
                                                                                            ${maven-jar-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-install-plugin
                                                                                            ${maven-install-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-deploy-plugin
                                                                                            ${maven-deploy-plugin-version}
                                                                                          
                                                                                          
                                                                                            maven-release-plugin
                                                                                            ${maven-release-plugin-version}
                                                                                            
                                                                                              
                                                                                                client-java-sdk/dependency-reduced-pom.xml
                                                                                              
                                                                                            
                                                                                          
                                                                                          
                                                                                            org.jacoco
                                                                                            jacoco-maven-plugin
                                                                                            ${jacoco-maven-plugin-version}
                                                                                          
                                                                                        
                                                                                      
                                                                                  
                                                                                    
                                                                                  
                                                                                  

                                                                                  ANSWER

                                                                                  Answered 2020-Jun-11 at 07:07

                                                                                  What version of spring-data-mongodb are you using? I assume that the newer version of spring boot is not backward compatible with spring-data-mongodb.

                                                                                  Source https://stackoverflow.com/questions/62318120

                                                                                  QUESTION

                                                                                  Group matrix filled with similarity scores into buckets
                                                                                  Asked 2020-Feb-06 at 07:13

                                                                                  Let's say we have n strings in strs. You compare all the strings together, full permutation (n^2) and build an nxn matrix where each cell is the similarity score between 2 strings (i, j).

                                                                                  How do I take this a step further and group them into buckets? Practically, I'm expecting these strings to be similar/fall into a bucket -- but there's a chance some new ones might not, so I want to find the closest resemblance or recalculate the buckets.

                                                                                  public Map> bucketIt(String[] strs) {
                                                                                      int[][] arr = new int[strs.length][strs.length];
                                                                                      for (int i = 0; i < strs.length; i++) {
                                                                                          for (int j = 0; j < strs.length; j++) {
                                                                                              arr[i][j] = getSimilarityScore(strs[i], strs[j]);
                                                                                          }
                                                                                      }
                                                                                  
                                                                                      // How do I take the scores out of arr[][] and group the strings of strs into buckets.
                                                                                  }
                                                                                  

                                                                                  I plan to use tdebatty/java-string-similarity to calculate the scores. A solution which uses a threshold value for all buckets is also acceptable.

                                                                                  ANSWER

                                                                                  Answered 2020-Feb-06 at 07:13

                                                                                  Maybe you could use a HashTable type of approach where you store similar strings (i.e. having scores in the range [score - bucket_size, score + bucket_size) ) in the same bucket.

                                                                                  The buckets would just be an array of (linked) lists of all strings having similar scores as defined above.

                                                                                  Ideally you would want to keep the lists in the buckets small and use an exponential grow algorithm to increase the number of buckets as needed. When you grow you would rehash your table.

                                                                                  Source https://stackoverflow.com/questions/60089018

                                                                                  Community Discussions, Code Snippets contain sources that include Stack Exchange Network

                                                                                  Vulnerabilities

                                                                                  No vulnerabilities reported

                                                                                  Install java-string-similarity

                                                                                  This project currently uses Maven for management. You can compile, test and install the component to your local repo by calling:.

                                                                                  Support

                                                                                  For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
                                                                                  Find more information at:
                                                                                  Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
                                                                                  Find more libraries
                                                                                  Explore Kits - Develop, implement, customize Projects, Custom Functions and Applications with kandi kits​
                                                                                  Save this library and start creating your kit
                                                                                  CLONE
                                                                                • HTTPS

                                                                                  https://github.com/rrice/java-string-similarity.git

                                                                                • CLI

                                                                                  gh repo clone rrice/java-string-similarity

                                                                                • sshUrl

                                                                                  git@github.com:rrice/java-string-similarity.git

                                                                                • Share this Page

                                                                                  share link

                                                                                  Explore Related Topics

                                                                                  Consider Popular Learning Libraries

                                                                                  freeCodeCamp

                                                                                  by freeCodeCamp

                                                                                  CS-Notes

                                                                                  by CyC2018

                                                                                  Python

                                                                                  by TheAlgorithms

                                                                                  interviews

                                                                                  by kdn251

                                                                                  Try Top Libraries by rrice

                                                                                  shell-scripts

                                                                                  by rricePython

                                                                                  Compare Learning Libraries with Highest Support

                                                                                  Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
                                                                                  Find more libraries
                                                                                  Explore Kits - Develop, implement, customize Projects, Custom Functions and Applications with kandi kits​
                                                                                  Save this library and start creating your kit