is not current version
Last Version 1.4.0

com.googlecode.jweb1t:com.googlecode.jweb1t 1.2.0

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.

GroupId

GroupId

com.googlecode.jweb1t
ArtifactId

ArtifactId

com.googlecode.jweb1t
Version

Version

1.2.0
Type

Type

jar

Download com.googlecode.jweb1t 1.2.0


<!-- https://jarcasting.com/artifacts/com.googlecode.jweb1t/com.googlecode.jweb1t/ -->
<dependency>
    <groupId>com.googlecode.jweb1t</groupId>
    <artifactId>com.googlecode.jweb1t</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jweb1t/com.googlecode.jweb1t/
implementation 'com.googlecode.jweb1t:com.googlecode.jweb1t:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.jweb1t/com.googlecode.jweb1t/
implementation ("com.googlecode.jweb1t:com.googlecode.jweb1t:1.2.0")
'com.googlecode.jweb1t:com.googlecode.jweb1t:jar:1.2.0'
<dependency org="com.googlecode.jweb1t" name="com.googlecode.jweb1t" rev="1.2.0">
  <artifact name="com.googlecode.jweb1t" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jweb1t', module='com.googlecode.jweb1t', version='1.2.0')
)
libraryDependencies += "com.googlecode.jweb1t" % "com.googlecode.jweb1t" % "1.2.0"
[com.googlecode.jweb1t "1.2.0"]