Giter Site home page Giter Site logo

rosevoul / nater Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 79 KB

Recommender System for Test Routine Automation with Natural Language Processsing

License: GNU General Public License v3.0

Python 100.00%
nlp word2vec association-analysis natural-language-processing python nltk recommender-system word-embeddings artificial-intelligence

nater's Introduction

alt text

Natural Test Routine

License: GPL v3

Nater is an open-source recommendation engine for automating a test routine using natural language processing techniques. It is based on the word embeddings generated from software documents in order to employ a recommender system which guides the creation of automated test scenarios and the tracing of covered requirements. In addition, it adopts association analysis re-ranking to improve the provided recommendations based on the user activity.

This engine addresses test engineers working with Model-Based Testing, where building blocks can be teamed to implement an automated test. The user can create a test scenario that will transform into a test ready to run and supports automatic requirement tracing.

Experiments conducted in the European Space Agency’s Ground Segment test scenarios demonstrate the ability of this domain-specific tool to produce results close to human thinking and ease testing procedures.

Created by: Fei Voulivasi ([email protected])

Features

  • supports understanding of specific-domain context and semantics
  • easily tunable to fit the needs of different domains
  • provides spell checking functionality
  • exploits information of massive volumes of software documentation
  • reduces the time and effort taken to derive automated tests
  • improves the test coverage of the software requirements

Screenshots

Technical Overview

The high-level design diagram shows the main concept of the recomender system.

Installation

Although the engine can run on other systems, it was developed and validated using:

  • Ubuntu 16.04 (Xenial)
  • Python 3.5.2

Dependencies

The required python modules can be found in the requirements.txt file.

Important modules:

  • pandas (data manipulation and analysis)
  • gensim (vector space modeling and topic modeling)
  • orange3-associate (association rules and frequent itemsets mining)
  • nltk (human language data processing)

The dependecies can be installed using the command: $ pip install -r requirements.txt

Make sure that you have already installed the pip command line.

nater's People

Contributors

rosevoul avatar

Stargazers

 avatar  avatar  avatar

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.