LemPORT


License

License

GroupId

GroupId

org.clulab
ArtifactId

ArtifactId

lemport
Last Version

Last Version

0.9.10
Release Date

Release Date

Type

Type

jar
Description

Description

LemPORT
LemPORT
Project URL

Project URL

https://github.com/clulab/LemPORT
Project Organization

Project Organization

org.clulab
Source Code Management

Source Code Management

https://github.com/clulab/LemPORT

Download lemport

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6

Project Modules

There are no modules declared in this project.

What is it?

This is the CLU Lab's fork of LemPort, a lemmatizer for Portuguese, modified to build with sbt 1.x and work with the Universal POS tagset.

Citations

If you use LemPORT in your project, please cite the following work:

@InProceedings{rodrigues_et_al:OASIcs:2014:4575,
  author ={Ricardo Rodrigues and Hugo Gon{\c{c}}alo Oliveira and Paulo Gomes},
  title ={{LemPORT: a High-Accuracy Cross-Platform Lemmatizer for Portuguese}},
  booktitle ={3rd Symposium on Languages, Applications and Technologies},
  pages ={267--274},
  series ={OpenAccess Series in Informatics (OASIcs)},
  ISBN ={978-3-939897-68-2},
  ISSN ={2190-6807},
  year ={2014},
  volume ={38},
  editor ={Maria Jo{\~a}o Varanda Pereira and Jos{\'e} Paulo Leal and Alberto Sim{\~o}es},
  publisher ={Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
  address ={Dagstuhl, Germany},
  URL ={http://drops.dagstuhl.de/opus/volltexte/2014/4575},
  URN ={urn:nbn:de:0030-drops-45753},
  doi ={10.4230/OASIcs.SLATE.2014.267},
  annote ={Keywords: lemmatization, normalization, rules, lexicon}
}

Changes

Please see the CHANGES file

Use

Compilation

sbt compile

Releases

Releases of this fork are published to the Sonatype Central Maven repository:

If using sbt, add the following entry to your libraryDependencies (replace "x.y.z" with your selected version):

"org.clulab" % "lemport" % "x.y.z"

Building a fat jar

sbt assembly
org.clulab

Computational Language Understanding Lab (CLU Lab) at University of Arizona

Versions

Version
0.9.10