Skip to content

Using AWS comprehend as source of models #233

Answered by zteater
AdityaReddyY asked this question in Q&A
Discussion options

You must be logged in to vote

@AdityaReddyY In retrospect, I don't this library should support AWS comprehend since it will add additional cost. We can use the CoreNLP library if we remove all of the bloat. For example, I removed unused dependencies and used the shade plugin to remove the unused packages like this:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<groupId>com.example</groupId>
	<artifactId>demo</artifactId>
	<version>0.0.1-SNAPSHOT</version>

	<properties>
		<project.bui…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@zteater
Comment options

@AdityaReddyY
Comment options

@zteater
Comment options

@AdityaReddyY
Comment options

@zteater
Comment options

Answer selected by AdityaReddyY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants