| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCoreNLP Прикладные библиотеки Machine Learning Natural Language Processing |
| Группа | Группаedu.stanford.nlp |
| Идентификатор | Идентификаторstanford-corenlp |
| Версия | Версия4.3.1 |
| Тип | Типjar |
| Описание |
ОписаниеStanford CoreNLP
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/ -->
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/
implementation 'edu.stanford.nlp:stanford-corenlp:4.3.1'
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/
implementation ("edu.stanford.nlp:stanford-corenlp:4.3.1")
'edu.stanford.nlp:stanford-corenlp:jar:4.3.1'
<dependency org="edu.stanford.nlp" name="stanford-corenlp" rev="4.3.1">
<artifact name="stanford-corenlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.nlp', module='stanford-corenlp', version='4.3.1')
)
libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "4.3.1"
[edu.stanford.nlp/stanford-corenlp "4.3.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.apple : AppleJavaExtensions | jar | 1.4 |
| de.jollyday : jollyday | jar | 0.4.9 |
| org.apache.commons : commons-lang3 | jar | 3.3.1 |
| org.apache.lucene : lucene-queryparser | jar | 7.5.0 |
| org.apache.lucene : lucene-analyzers-common | jar | 7.5.0 |
| org.apache.lucene : lucene-core | jar | 7.5.0 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| xom : xom | jar | 1.3.7 |
| joda-time : joda-time | jar | 2.10.5 |
| org.ejml : ejml-core | jar | 0.39 |
| org.ejml : ejml-ddense | jar | 0.39 |
| org.ejml : ejml-simple | jar | 0.39 |
| org.glassfish : javax.json | jar | 1.0.4 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| com.google.protobuf : protobuf-java | jar | 3.11.4 |
| javax.activation : javax.activation-api | jar | 1.2.0 |
| javax.xml.bind : jaxb-api | jar | 2.4.0-b180830.0359 |
| com.sun.xml.bind : jaxb-core | jar | 2.3.0.1 |
| com.sun.xml.bind : jaxb-impl | jar | 2.4.0-b180830.0438 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.pholser : junit-quickcheck-core | jar | 0.5 |
| com.pholser : junit-quickcheck-generators | jar | 0.5 |