Skip to content

mashrin/forge-jira-linguistic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Linguistics

This project contains a Forge app written in Javascript that performs Lemmatization, PoS and Parsing for different linguistic analysis in several languages: morphosyntactic analysis, PoS (Part of Speech) tagging, and lemmatization for a JIRA issue description. It can be used for any NLP app for JIRA analysis.

Requirements

See Set up Forge for instructions to get set up.

Quick start

  • Clone this repo

  • Register this application on your site using:

forge register
  • Install node modules:
npm install
  • Build and deploy your app by running:
forge deploy
  • Install your app in an Atlassian site by running:
forge install
  • Develop your app by running forge tunnel to proxy invocations locally:
forge tunnel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published