Giter Club home page Giter Club logo

inspacy-ui's Introduction

Inspacy-UI

Inspacy-UI is the client for the usage of the Inspacy API, whose goal is to parse a text for locating notions depending on words database. More information about this open-source API here .

Quick Start

From Docker

docker run -p 3000:3000 inseefrlab/inspacy-ui

From Source

Install Dependencies

npm install

Set up environment

In the project's root, create a file .env.local, and copy in this file the content of the file .env. Then, put the values you need after the caracters =.

Here is the list of description of each environment's variables :

Variable title Meaning Example
REACT_APP_API_URL URL of the API which willbe called for process https://localhost:5000
REACT_APP_DEFAULT_LANGUAGE Default language fr

Run the project

By default, to run the project, you may just run this :

npm run start

It will launch the server in: http://localhost:3000/ .

I18N

In this project, i18n is implemented, with the whole necessary configuration.

Below the most important things to know for using/editing it, are listed :

  • There is a module for configurating and exporting the i18n module, located in i18n.js here.
  • A folder contains all the folders containing languages' dictionnary in a JSON file, located here.
  • The pictures for these languages are located in the public media folder, whose name is the language's label.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.