Download toolbox-utils-1.0.jar file

Introduction

You can download toolbox-utils-1.0.jar in this page.

License

MIT License

Type List

toolbox-utils-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/de.uni_leipzig.asv.toolbox/de.uni_leipzig.asv.toolbox.utils/pom.properties
META-INF/maven/de.uni_leipzig.asv.toolbox/de.uni_leipzig.asv.toolbox.utils/pom.xml
META-INF/maven/de.uni_leipzig.asv.toolbox/toolbox-utils/pom.properties
META-INF/maven/de.uni_leipzig.asv.toolbox/toolbox-utils/pom.xml
de.uni_leipzig.asv.toolbox.toolboxGui.Toolbox.class
de.uni_leipzig.asv.toolbox.toolboxGui.ToolboxModule.class
de.uni_leipzig.asv.toolbox.toolboxGui.package-info.class
de.uni_leipzig.asv.toolbox.welcomePanel.WelcomePanel.class
de.uni_leipzig.asv.toolbox.welcomePanel.package-info.class
de.uni_leipzig.asv.util.VectorNameTable.class
de.uni_leipzig.asv.util.commonDB.CommonDB.class
de.uni_leipzig.asv.util.commonDB.CommonDBTest.class
de.uni_leipzig.asv.util.commonDB.DBConnection.class
de.uni_leipzig.asv.util.commonDB.DBFunctions.class
de.uni_leipzig.asv.util.commonDB.ErrorDialog.class
de.uni_leipzig.asv.util.commonDB.package-info.class
de.uni_leipzig.asv.util.commonFileChooser.CommonFileChooser.class
de.uni_leipzig.asv.util.commonFileChooser.ExtensionFileFilter.class
de.uni_leipzig.asv.util.commonFileChooser.package-info.class
de.uni_leipzig.asv.util.commonTable.CommonTable.class
de.uni_leipzig.asv.util.commonTable.CommonTableTest.class
de.uni_leipzig.asv.util.commonTable.TableSorter.class
de.uni_leipzig.asv.util.commonTable.package-info.class
de.uni_leipzig.asv.util.package-info.class
de.uni_leipzig.asv.utils.BrowserControl.class
de.uni_leipzig.asv.utils.Consumer.class
de.uni_leipzig.asv.utils.DBConnection.class
de.uni_leipzig.asv.utils.Debugger.class
de.uni_leipzig.asv.utils.ErrorDialog.class
de.uni_leipzig.asv.utils.IOInterface.class
de.uni_leipzig.asv.utils.IOIterator.class
de.uni_leipzig.asv.utils.IOIteratorException.class
de.uni_leipzig.asv.utils.IOIteratorInterface.class
de.uni_leipzig.asv.utils.IOWrapper.class
de.uni_leipzig.asv.utils.IOWrapperException.class
de.uni_leipzig.asv.utils.IniFile.class
de.uni_leipzig.asv.utils.IniReader.class
de.uni_leipzig.asv.utils.IniWriter.class
de.uni_leipzig.asv.utils.Knoten.class
de.uni_leipzig.asv.utils.Options.class
de.uni_leipzig.asv.utils.Output.class
de.uni_leipzig.asv.utils.Pretree.class
de.uni_leipzig.asv.utils.Producer.class
de.uni_leipzig.asv.utils.TestTree.class
de.uni_leipzig.asv.utils.TrainTree.class
de.uni_leipzig.asv.utils.package-info.class
de.uni_leipzig.asv.utils.tokenizer.AbstractWordTokenizerImpl.class
de.uni_leipzig.asv.utils.tokenizer.DoNothingWordTokenizerImpl.class
de.uni_leipzig.asv.utils.tokenizer.ImprovedWordTokenizer.class
de.uni_leipzig.asv.utils.tokenizer.package-info.class

Pom

toolbox-utils-1.0.pom file content.

<!-- 
	The MIT License (MIT)
	
	Copyright (c) 2013, University of Leipzig, Institut f?r Informatik,
	Abteilung Autmatische Sprachverarbeitung
	
	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to
	deal in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:
	
	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.
	
	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
	FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
	THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.uni_leipzig.asv.toolbox</groupId>
  <artifactId>toolbox-utils</artifactId>
  <version>1.0</version>
  <packaging>jar</packaging>
  <name>ASV Toolbox</name>
  <description>ASV Toolbox is a modular collection of tools for the exploration of written language data. They work either on word lists or text and solve several linguistic classification and clustering tasks. The topics covered contain language detection, POS-tagging, base form reduction, named entity recognition, and terminology extraction. On a more abstract level, the algorithms deal with various kinds of word similarity, using pattern based and statistical approaches. The collection can be used to work on large real world data sets as well as for studying the underlying algorithms. The ASV Toolbox can work on plain text files and connect to a MySQL database. While it is especially designed to work with corpora of the Leipzig Corpora Collection, it can easily be adapted to other sources.</description>
  <url>http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/</url>
  <licenses>
  	<license>
  		<name>MIT License</name>
  		<url>http://www.opensource.org/licenses/mit-license.php</url>
  		<distribution>repo</distribution>
  	</license>
  </licenses>
  <scm>
  	<url>http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/</url>
  	<connection>http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/ASV_Toolbox_frameworkv1.0.zip</connection>
  </scm>
  <developers>
  	<developer>
  		<id>santos</id>
  		<name>Pedro Santos</name>
  		<email>santos@informatik.ukp.tu-darmstadt.de</email>
  	</developer>
  </developers>
  <build>
	<plugins>
		<plugin>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-source-plugin</artifactId>
			<executions>
				<execution>
					<id>attach-sources</id>
					<goals>
						<goal>jar</goal>
					</goals>
				</execution>
			</executions>
		</plugin>
	</plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>de.uni_leipzig.asv.toolbox</groupId>
   <artifactId>toolbox-utils</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following toolbox-utils-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download toolbox-utils-1.0.jar file




PreviousNext

Related