jar

org.bitlap : geocoding

Maven & Gradle

Sep 30, 2022
228 stars

geocoding · 地理编码技术,提供地址标准化和相似度计算。

Table Of Contents

Latest Version

Download org.bitlap : geocoding JAR file - Latest Versions:

All Versions

Download org.bitlap : geocoding JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window geocoding-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bitlap.geocoding.utils

├─ org.bitlap.geocoding.utils.StringHelperKt.class - [JAR]

org.bitlap.geocoding.similarity

├─ org.bitlap.geocoding.similarity.Document.class - [JAR]

├─ org.bitlap.geocoding.similarity.MatchedResult.class - [JAR]

├─ org.bitlap.geocoding.similarity.MatchedTerm.class - [JAR]

├─ org.bitlap.geocoding.similarity.Term.class - [JAR]

org.bitlap.geocoding.index

├─ org.bitlap.geocoding.index.TermIndexBuilder.class - [JAR]

├─ org.bitlap.geocoding.index.TermIndexEntry.class - [JAR]

├─ org.bitlap.geocoding.index.TermIndexItem.class - [JAR]

├─ org.bitlap.geocoding.index.TermType.class - [JAR]

org.bitlap.geocoding.core.segment

├─ org.bitlap.geocoding.core.segment.AsciiSegmenter.class - [JAR]

├─ org.bitlap.geocoding.core.segment.IKAnalyzerSegmenter.class - [JAR]

├─ org.bitlap.geocoding.core.segment.SimpleSegmenter.class - [JAR]

├─ org.bitlap.geocoding.core.segment.SmartCNSegmenter.class - [JAR]

├─ org.bitlap.geocoding.core.segment.WordSegmenter.class - [JAR]

org.bitlap.geocoding.model

├─ org.bitlap.geocoding.model.Address.class - [JAR]

├─ org.bitlap.geocoding.model.AddressEntity.class - [JAR]

├─ org.bitlap.geocoding.model.Division.class - [JAR]

├─ org.bitlap.geocoding.model.RegionEntity.class - [JAR]

├─ org.bitlap.geocoding.model.RegionType.class - [JAR]

org.bitlap.geocoding

├─ org.bitlap.geocoding.Geocoding.class - [JAR]

├─ org.bitlap.geocoding.GeocodingX.class - [JAR]

org.bitlap.geocoding.core

├─ org.bitlap.geocoding.core.AddressInterpreter.class - [JAR]

├─ org.bitlap.geocoding.core.AddressPersister.class - [JAR]

├─ org.bitlap.geocoding.core.Computer.class - [JAR]

├─ org.bitlap.geocoding.core.Context.class - [JAR]

├─ org.bitlap.geocoding.core.RegionCache.class - [JAR]

├─ org.bitlap.geocoding.core.Segmenter.class - [JAR]

├─ org.bitlap.geocoding.core.TermIndexVisitor.class - [JAR]

org.bitlap.geocoding.core.impl

├─ org.bitlap.geocoding.core.impl.DefaultAddressInterpreter.class - [JAR]

├─ org.bitlap.geocoding.core.impl.DefaultAddressPersister.class - [JAR]

├─ org.bitlap.geocoding.core.impl.DefaultRegionCache.class - [JAR]

├─ org.bitlap.geocoding.core.impl.RegionInterpreterVisitor.class - [JAR]

├─ org.bitlap.geocoding.core.impl.SimilarityComputer.class - [JAR]