Registry / other / dkpro-core-api-lexmorph-asl

dkpro-core-api-lexmorph-asl

JSON →
library2.5.0javamavenunverified

Provides APIs for lexical and morphological analysis in natural language processing based on UIMA.

<dependency> <groupId>org.dkpro.core</groupId> <artifactId>dkpro-core-api-lexmorph-asl</artifactId> <version>2.5.0</version> </dependency>
INSTALL
IMPORT
SIG · DKPRO-CORE-API-LEX
D
dkpro-core-api-lexmorph-asl
otherjavav2.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

POS
✓ org.dkpro.core.api.lexmorph.type.pos.POS

Create a part-of-speech annotation

import org.dkpro.core.api.lexmorph.type.pos.POS; public class Main { public static void main(String[] args) { POS pos = new POS(); pos.setPosValue("NN"); System.out.println(pos.getPosValue()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dkpro-core-api-lexmorph-asl — mvn dependency:get dkpro-core-api-lexmorph-asl · libregistry