com.github.monnetproject.lemon.generator.nlp.stanford OSGi Bundle

com.github.monnetproject.lemon.generator.nlp.stanford OSGi Bundle from the Monnet Project's lemon.generator.project project.

License

License

BSD 3-clause "New" or "Revised" License
Categories

Categories

Net
GroupId

GroupId

com.github.monnetproject
ArtifactId

ArtifactId

lemon.generator.nlp.stanford
Last Version

Last Version

1.18.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.monnetproject.lemon.generator.nlp.stanford OSGi Bundle
com.github.monnetproject.lemon.generator.nlp.stanford OSGi Bundle from the Monnet Project's lemon.generator.project project.

Download lemon.generator.nlp.stanford

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.felix : org.osgi.core jar 1.4.0
com.github.monnetproject : lemon.generator.nlp.core jar 1.18.4
biz.aQute : bnd jar 0.0.384
edu.stanford.nlp : stanford-corenlp jar 1.2.0
com.github.monnetproject : framework.services jar 1.18.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Lemon Lexicon Generator

The Lemon Lexicon Generator automatically generates a lexicon from an ontology. This project consists of the following modules:

  • stl: The main generation code, using semantic, terminological and linguistic information
  • stl.test: Integration tests
  • stl.web: The web interface to the generator
  • nlp.core: Interfaces to basic NLP tools
  • nlp.basic: Basic NLP components, e.g., tokenizers
  • nlp.stanford: (Optional) Interface to Stanford NLP Toolkit

The generator can be executed as follows

mvn exec:java -Dexec.mainClass=eu.monnetproject.lemon.generator.lela.Main \
    -Dexec.args="ontology.owl lemonLexicon.ttl"
com.github.monnetproject

Monnet Project

Versions

Version
1.18.4