Download com.googlecode.jweb1t-1.2.1.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.2.1 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.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials