aws-samples / automated-language-analysis

This repository contains a CDK project that deploys a fully automated language analysis pipeline.
Apache License 2.0
6 stars 5 forks source link
analytics aws aws-batch cdk ec2-spot machine-learning natural-language-processing spot-instances

automated-language-analysis

This repository contains a CDK project that deploys a fully automated language analysis pipeline.

In this page

Analysis deep dive

The application performs a language analysis of the loaded documents divided into the following categories:

Foreign words

This part of the analysis calculates:

Lexical richness

This one is calculated in base of different parameters:

Variability

Volume

Errors

The following type of errors are calculated:

Use cases

Depending on your needs and use case, there are two variants of the application that you can deploy: the first one indexes documents in Amazon OpenSearch service to offer text-based search. The second bypasses Amazon OpenSearch service and makes use of Amazon QuickSight for displaying the results.

Select the variant that best suits your use case to view its documentation and deployment instructions.

Prerequisites

The application is deployed to your AWS account via AWS CDK, so you will need to install it in order to continue with the deployment. Execute the following command to install CDK:

npm install -g aws-cdk

You can read more about getting started with CDK by reading the AWS Cloud Development Kit developer guide.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.