Download com.googlecode.jweb1t-1.3.0.jar file - Jar c

Jar examples for c:com.googlecode.jweb1t

Description

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.

You can download jar file com.googlecode.jweb1t 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add com.googlecode.jweb1t-1.3.0.jar to your project.

<dependency>
   <groupId>com.googlecode.jweb1t</groupId>
   <artifactId>com.googlecode.jweb1t</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.googlecode.jweb1t', name: 'com.googlecode.jweb1t', version: '1.3.0'
libraryDependencies += "com.googlecode.jweb1t" % "com.googlecode.jweb1t" % "1.3.0"
<dependency org="com.googlecode.jweb1t" name="com.googlecode.jweb1t" rev="1.3.0"/>
@Grapes(@Grab(group='com.googlecode.jweb1t', module='com.googlecode.jweb1t', version='1.3.0'))
'com.googlecode.jweb1t:com.googlecode.jweb1t:jar:1.3.0'

Download

Click the following link to download the jar file.

com.googlecode.jweb1t-1.3.0-javadoc.jar
com.googlecode.jweb1t-1.3.0-sources.jar
com.googlecode.jweb1t-1.3.0-tests.jar
com.googlecode.jweb1t-1.3.0.jar
com.googlecode.jweb1t-1.3.0.pom



Related Tutorials