jar

com.aliyun : dashtext-java

Maven & Gradle

Apr 10, 2024
379 stars

com.aliyun:dashtext-java · DashText is a Python package for DashVector's sparse-dense (hybrid) semantic search which contains a series of text utilities and an integrated tool named SparseVectorEncoder. For more information about DashText, please visit: https://help.aliyun.com/document_detail/2712434.html

Table Of Contents

Latest Version

Download com.aliyun : dashtext-java JAR file - Latest Versions:

All Versions

Download com.aliyun : dashtext-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 dashtext-java-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.aliyun.dashtext.tokenizer

├─ com.aliyun.dashtext.tokenizer.BaseTokenizer.class - [JAR]

├─ com.aliyun.dashtext.tokenizer.JiebaTokenizer.class - [JAR]

com.aliyun.dashtext.bm25

├─ com.aliyun.dashtext.bm25.BM25.class - [JAR]

com.aliyun.dashtext.encoder

├─ com.aliyun.dashtext.encoder.SparseVectorEncoder.class - [JAR]

com.aliyun.dashtext.common

├─ com.aliyun.dashtext.common.DashTextException.class - [JAR]

├─ com.aliyun.dashtext.common.ErrorCode.class - [JAR]

com.aliyun.dashtext.hashing

├─ com.aliyun.dashtext.hashing.BaseHashing.class - [JAR]

├─ com.aliyun.dashtext.hashing.Mmh3Hashing.class - [JAR]

Advertisement