не последняя версия
Последняя версия 4.4.0

edu.stanford.nlp:stanford-corenlp 3.9.1

Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.

Категории

Категории

CoreNLP Прикладные библиотеки Machine Learning Natural Language Processing
Группа

Группа

edu.stanford.nlp
Идентификатор

Идентификатор

stanford-corenlp
Версия

Версия

3.9.1
Тип

Тип

jar

Скачать stanford-corenlp 3.9.1


<!-- https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/ -->
<dependency>
    <groupId>edu.stanford.nlp</groupId>
    <artifactId>stanford-corenlp</artifactId>
    <version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/
implementation 'edu.stanford.nlp:stanford-corenlp:3.9.1'
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/
implementation ("edu.stanford.nlp:stanford-corenlp:3.9.1")
'edu.stanford.nlp:stanford-corenlp:jar:3.9.1'
<dependency org="edu.stanford.nlp" name="stanford-corenlp" rev="3.9.1">
  <artifact name="stanford-corenlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.nlp', module='stanford-corenlp', version='3.9.1')
)
libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "3.9.1"
[edu.stanford.nlp/stanford-corenlp "3.9.1"]