CSC/ECE 517 Fall 2013/oss ssv

From Expertiza_Wiki
Jump to navigation Jump to search

E813. Refactoring and testing — degree_of_relevance.rb

Introduction

The class degree_of_relevance.rb is used to how relevant one piece of text is to another piece of text. It is used to evaluate the relevance between the submitted work and review(or metareview) for an assignment. It is important to evaluate the reviews for a submitted work to ensure that if the review

Existing Design

Implementation

New Design and Refactoring

How to run the code

Testing

Conclusion

References