| Лицензия |
Лицензия |
|---|---|
| Группа | Группаedu.utah.bmi.nlp |
| Идентификатор | Идентификаторfastcontext |
| Последняя версия | Последняя версия1.4.1.5-jdk1.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFastContext (An optimized implementation of ConText algorithm)
FastContext is an optimized Java implementation of ConText algorithm
(https://www.ncbi.nlm.nih.gov/pubmed/23920642). It runs two orders of magnitude faster than previous two
popular implementations: JavaConText and GeneralConText.
Version 2.0 includes UIMA wrapper
|
| Организация-разработчик |
Организация-разработчикThe Department of Biomedical Informatics, University of Utah |
| Имя Файла | Размер |
|---|---|
| fastcontext-1.4.1.5-jdk1.8.pom | |
| fastcontext-1.4.1.5-jdk1.8.jar | 40 KB |
| fastcontext-1.4.1.5-jdk1.8-tests.jar | 20 KB |
| fastcontext-1.4.1.5-jdk1.8-sources.jar | 28 KB |
| fastcontext-1.4.1.5-jdk1.8-javadoc.jar | 120 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/ -->
<dependency>
<groupId>edu.utah.bmi.nlp</groupId>
<artifactId>fastcontext</artifactId>
<version>1.4.1.5-jdk1.8</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/
implementation 'edu.utah.bmi.nlp:fastcontext:1.4.1.5-jdk1.8'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/
implementation ("edu.utah.bmi.nlp:fastcontext:1.4.1.5-jdk1.8")
'edu.utah.bmi.nlp:fastcontext:jar:1.4.1.5-jdk1.8'
<dependency org="edu.utah.bmi.nlp" name="fastcontext" rev="1.4.1.5-jdk1.8">
<artifact name="fastcontext" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='fastcontext', version='1.4.1.5-jdk1.8')
)
libraryDependencies += "edu.utah.bmi.nlp" % "fastcontext" % "1.4.1.5-jdk1.8"
[edu.utah.bmi.nlp/fastcontext "1.4.1.5-jdk1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| edu.utah.bmi.nlp : nlp-core | jar | 1.4.1.5-jdk1.8 |
| org.apache.uima : uimaj-core | jar | 2.10.0 |
| org.apache.uima : uimaj-tools | jar | 2.10.0 |
| org.apache.uima : uimaj-document-annotation | jar | 2.10.0 |
| org.apache.uima : uimaj-examples | jar | 2.10.0 |
| org.apache.uima : uimafit-core | jar | 2.5.0 |
| org.apache.uima : uimafit-cpe | jar | 2.5.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-io : commons-io | jar | 2.11.0 |
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| org.jasypt : jasypt | jar | 1.9.2 |
| org.apache.commons : commons-csv | jar | 1.1 |
| org.apache.poi : poi-ooxml | jar | 4.0.1 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.xerial : sqlite-jdbc | jar | 3.19.3 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |