MVN

com.googlecode.jweb1t : com.googlecode.jweb1t

Maven & Gradle

Oct 03, 2017
9 usages
2 stars

jWeb1T · jWeb1T is an open source Java tool for efficiently searching n-gram data in the Web 1T 5-gram corpus format. It is based on a binary search algorithm that finds the n-grams and returns their frequency counts in logarithmic time. As the corpus is stored in many files a simple index is used to retrieve the files containing the n-grams.

<dependency>
    <groupId>com.googlecode.jweb1t</groupId>
    <artifactId>com.googlecode.jweb1t</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jweb1t : com.googlecode.jweb1t to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.googlecode.jweb1t : com.googlecode.jweb1t to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
com.googlecode.jweb1t-1.4.0
1.3.x
com.googlecode.jweb1t-1.3.0
1.2.x
com.googlecode.jweb1t-1.2.1
com.googlecode.jweb1t-1.2.0

How to add a dependency to Maven

Add the following com.googlecode.jweb1t : com.googlecode.jweb1t maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jweb1t</groupId>
    <artifactId>com.googlecode.jweb1t</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jweb1t : com.googlecode.jweb1t gradle dependency to your build.gradle file:

implementation 'com.googlecode.jweb1t:com.googlecode.jweb1t:1.4.0'

Gradle Kotlin DSL: Add the following com.googlecode.jweb1t : com.googlecode.jweb1t gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jweb1t:com.googlecode.jweb1t:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jweb1t : com.googlecode.jweb1t sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jweb1t" % "com.googlecode.jweb1t" % "1.4.0"

Advertisement

Dependencies from Group

Oct 03, 2017
9 usages
2 stars

Discover Dependencies

Jun 02, 2022
7 usages
30 stars
May 11, 2020
3 usages
Dec 30, 2020
2 usages
0 stars
Aug 25, 2023
7 usages
364 stars
Aug 01, 2021
4 usages
0 stars
Aug 01, 2021
4 usages
0 stars
Jan 23, 2023
7 usages
7 stars
May 17, 2020
2 usages
0 stars