An open API service indexing awesome lists of open source software.

https://github.com/szgabsz91/morpher-client

A React and a React Native app that consumes the Morpher API
https://github.com/szgabsz91/morpher-client

inflection lemmatization morphological-analysis morphology react react-native rule-induction

Last synced: 7 months ago
JSON representation

A React and a React Native app that consumes the Morpher API

Awesome Lists containing this project

README

          

# Morpher Client

[![Build Status](https://img.shields.io/circleci/project/github/szgabsz91/morpher-client/master.svg)](https://circleci.com/gh/szgabsz91/workflows/morpher-client)
[![Docker Hub](https://img.shields.io/docker/v/szgabsz91/morpher-client?label=docker)](https://hub.docker.com/repository/docker/szgabsz91/morpher-client)
[![License](https://img.shields.io/github/license/szgabsz91/morpher-client.svg)](https://github.com/szgabsz91/morpher-client/blob/master/LICENSE)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)

A React and React Native client for the [Morpher API](https://github.com/szgabsz91/morpher-api).

These client applications provide user interface for the two main operations of the Morpher framework: inflection generation and morphological analysis.

A Docker image of the web client is published to Docker Hub and can be used with the Docker image of [Morpher API](https://github.com/szgabsz91/morpher-api).