All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by analyzer with all dependencies


webappwatcher from group com.iorga (version 1.5.2)

Group: com.iorga Artifact: webappwatcher
Show documentation Show source 
Download webappwatcher.jar (1.5.2)
 

0 downloads
Artifact webappwatcher
Group com.iorga
Version 1.5.2
Last update 04. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies commons-lang, commons-beanutils, commons-io, slf4j-api, guava, commons-compress, slf4j-log4j12, servlet-api, mail,
There are maybe transitive dependencies!

webappwatcher-parent from group com.iorga (version 1.5.2)

Webapp Watcher (WAW) is a Java EE Filter which alows you to log the requests response times and Java stack traces of a Java EE web application (.war). You can later compute usage statistics of the web application, and also track down potential bugs with the tool "waw-analyzer"

Group: com.iorga Artifact: webappwatcher-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact webappwatcher-parent
Group com.iorga
Version 1.5.2
Last update 04. September 2013
Organization not specified
URL https://github.com/iorga-group/webapp-watcher.git
License GNU Lesser General Public License, LGPL v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mecab-java from group org.chasen.mecab (version 0.993)

MeCab: Yet Another Part-of-Speech and Morphological Analyzer MeCab is a fast and customizable Japanese morphological analyzer. MeCab is designed for generic purpose and applied to variety of NLP tasks, such as Kana-Kanji conversion. MeCab provides parameter estimation functionalities based on CRFs and HMM

Group: org.chasen.mecab Artifact: mecab-java
Show documentation Show source 
Download mecab-java.jar (0.993)
 

3 downloads
Artifact mecab-java
Group org.chasen.mecab
Version 0.993
Last update 01. October 2012
Organization not specified
URL http://mecab.googlecode.com/svn/trunk/mecab/doc/index.html
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

azure-resourcemanager-videoanalyzer from group com.azure.resourcemanager (version 1.0.0-beta.5)

We’re retiring the Azure Video Analyzer preview service; you're advised to transition your applications off of Video Analyzer by 01 December 2022. This SDK is no longer maintained and won’t work after the service is retired. To learn how to transition off, please refer to: https://aka.ms/azsdk/videoanalyzer/transitionoffguidance This package contains Microsoft Azure SDK for Video Analyzer Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-preview-2021-11.

Group: com.azure.resourcemanager Artifact: azure-resourcemanager-videoanalyzer
Show all versions Show documentation Show source 
Download azure-resourcemanager-videoanalyzer.jar (1.0.0-beta.5)
 

0 downloads
Artifact azure-resourcemanager-videoanalyzer
Group com.azure.resourcemanager
Version 1.0.0-beta.5
Last update 13. May 2022
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License The MIT License (MIT)
Dependencies amount 2
Dependencies azure-core, azure-core-management,
There are maybe transitive dependencies!

org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji from group org.apache.stanbol (version 1.0.0)

Provides modules that bring language support for Japanese using the Solr/Lucene kuromoji analyzer. This includes a (1) Bundle providing the Solr Analyzer; (2) an NLP processing Engine that Tokenizes, detects sentences, POS taggs, extracts Named Entities and Lemmatizes Japanese text (3) an LabelTokenizer needed to match tokens of the analyzed text with the labels of Entities in the matched vocabularies.

Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.stanbol.launchers.bundlelists.languageextras.smartcn from group org.apache.stanbol (version 1.0.0)

Provides modules that allow basic language support for Chinese using the Solr/Lucene smartcn analyzer. This includes a (1) Bundle providing the Solr Analyzer; (2) an NLP processing Engine that detects Sentences and Tokenizes Chinese Text and (3) an LabelTokenizer needed to match tokens of the analyzed text with the labels of Entities in the matched vocabularies.

Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.languageextras.smartcn
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.languageextras.smartcn
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

azure-media-videoanalyzer-edge from group com.azure (version 1.0.0-beta.6)

Azure Video Analyzer provides a platform to build intelligent video applications that span the edge and the cloud. The platform offers the capability to capture, record, and analyze live videos along with publishing the results, video, and video analytics, to Azure services in the cloud or the edge. It is designed to be an extensible platform, enabling you to connect different video analysis edge modules such as Cognitive services containers, custom edge modules built by you with open-source machine learning models or custom models trained with your own data. You can then use them to analyze live video without worrying about the complexity of building and running a live video pipeline. Use the client library for Video Analyzer Edge to simplify interactions with the Microsoft Azure IoT SDKs (https://github.com/azure/azure-iot-sdks) and programmatically construct pipeline topologies and live pipelines.

Group: com.azure Artifact: azure-media-videoanalyzer-edge
Show all versions Show documentation Show source 
Download azure-media-videoanalyzer-edge.jar (1.0.0-beta.6)
 

0 downloads
Artifact azure-media-videoanalyzer-edge
Group com.azure
Version 1.0.0-beta.6
Last update 30. April 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies azure-core,
There are maybe transitive dependencies!

pmd-java from group edu.hm.hafner (version 7.7.0-metrics-2)

PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. Currently, PMD supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, Maven POM, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript, Apache Velocity, WSDL, XML and XSL.

Group: edu.hm.hafner Artifact: pmd-java
Show all versions Show documentation Show source 
Download pmd-java.jar (7.7.0-metrics-2)
 

0 downloads
Artifact pmd-java
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-java/
License BSD-style
Dependencies amount 14
Dependencies pmd-core, slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!

pmd-core from group edu.hm.hafner (version 7.7.0-metrics-2)

PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. Currently, PMD supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, Maven POM, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript, Apache Velocity, WSDL, XML and XSL.

Group: edu.hm.hafner Artifact: pmd-core
Show all versions Show documentation Show source 
Download pmd-core.jar (7.7.0-metrics-2)
 

0 downloads
Artifact pmd-core
Group edu.hm.hafner
Version 7.7.0-metrics-2
Last update 09. November 2024
Organization not specified
URL https://pmd.github.io/pmd-core/
License BSD-style
Dependencies amount 13
Dependencies slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, xmlresolver, xmlresolver, commons-lang3, asm, gson, error_prone_annotations, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!

pmd-compat6 from group net.sourceforge.pmd (version 7.2.0)

Group: net.sourceforge.pmd Artifact: pmd-compat6
Show all versions Show documentation Show source 
Download pmd-compat6.jar (7.2.0)
 

0 downloads
Artifact pmd-compat6
Group net.sourceforge.pmd
Version 7.2.0
Last update 31. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies pmd-core, pmd-java, pmd-javascript, pmd-jsp, pmd-cs,
There are maybe transitive dependencies!



Page 35 from 40 (items total 392)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy