Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

DEPRECATED: this repo is no longer actively maintained

License

Notifications You must be signed in to change notification settings

watson-developer-cloud/language-translator-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Translator Tooling Build Status

DEPRECATED: this repo is no longer actively maintained. It can still be used as reference, but may contain outdated or unpatched code.

This web application allows users to model and train Language Translator service instances.

Please refer to the Language Translator documentation to understand how to create taxonomy models and use this tool.

Requirements

Building and Installing

Run yarn and then Run yarn run start-grunt first for building, then yarn run run-server for preview on port 9000.

Fetch the credentials from Watson Tranlator instance created on IBM Cloud to log into the tool. Refer this section. Here login-BlueGUID refers to the ServiceGUID of your instance on IBM Cloud. This is found on url when you browse to your service instance https://console.bluemix.net/services/`{serviceGUID}`?ace_config=....

Project Structure

Overview

├── client
│   ├── app                 - All of our app specific components go in here
│   ├── assets              - Custom assets: fonts, images, etc…
│   ├── components          - Our reusable components, non-specific to to our app
│
├── e2e                     - Our protractor end to end tests
│
└── server
    ├── api                 - Our apps server api
    ├── auth                - For handling authentication with different auth strategies
    ├── components          - Our reusable or app-wide components
    ├── config              - Where we do the bulk of our apps configuration
    │   └── local.env.js    - Keep our environment variables out of source control
    │   └── environment     - Configuration specific to the node environment
    └── views               - Server rendered views

License

This library is licensed under Apache 2.0. Full license text is available in COPYING.

Releases

No releases published

Packages

No packages published