profiler

A java library able to profile (i.e. determine the mediatype, format variant and language) of an arbitrary file.

License

License

GroupId

GroupId

eu.clarin.switchboard
ArtifactId

ArtifactId

profiler
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

profiler
A java library able to profile (i.e. determine the mediatype, format variant and language) of an arbitrary file.
Project URL

Project URL

https://github.com/weblicht/profiler
Project Organization

Project Organization

Department of Linguistics, Tübingen University
Source Code Management

Source Code Management

https://github.com/weblicht/profiler.git

Download profiler

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
com.optimaize.languagedetector : language-detector jar 0.6
org.apache.tika : tika-core jar 1.24
org.apache.tika : tika-parsers jar 1.24
com.google.guava : guava jar 30.1.1-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.11
1.0.10