MVN

edu.pitt.dbmi.nlp : NobleTools

Maven & Gradle

Nov 14, 2016
16 stars

NobleTools · Noble Tools Suite, is a set of Natural Language Processing (NLP) tools and Application Programming Interfaces (API) written in Java for interfacing with ontologies, auto coding text and extracting information from free test. The Noble Tools suite also includes a generic ontology API for interfacing with Web Ontology Language (OWL) files, OBO and BioPortal ontologies and a number of support utilities and methods useful for NLP (e.g. string normalization, ngram and stemming)

<dependency>
    <groupId>edu.pitt.dbmi.nlp</groupId>
    <artifactId>NobleTools</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.pitt.dbmi.nlp : NobleTools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of edu.pitt.dbmi.nlp : NobleTools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
NobleTools-1.0

How to add a dependency to Maven

Add the following edu.pitt.dbmi.nlp : NobleTools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.pitt.dbmi.nlp</groupId>
    <artifactId>NobleTools</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.pitt.dbmi.nlp : NobleTools gradle dependency to your build.gradle file:

implementation 'edu.pitt.dbmi.nlp:NobleTools:1.0'

Gradle Kotlin DSL: Add the following edu.pitt.dbmi.nlp : NobleTools gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.pitt.dbmi.nlp:NobleTools:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.pitt.dbmi.nlp : NobleTools sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.pitt.dbmi.nlp" % "NobleTools" % "1.0"

Advertisement