Last Version

jWeb1T 1.4.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.

License

License

GroupId

GroupId

com.googlecode.jweb1t
ArtifactId

ArtifactId

com.googlecode.jweb1t
Version

Version

1.4.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://dkpro.github.io/jweb1t
Source Code Management

Source Code Management

https://github.com/dkpro/jweb1t

Download com.googlecode.jweb1t 1.4.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.6
pcj : pcj jar 1.2
commons-logging : commons-logging-api jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
commons-logging : commons-logging jar 1.1.1

Project Modules

There are no modules declared in this project.