CSC/ECE 517 Fall 2013/oss ssv: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


== Introduction ==
== 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 ==
== Existing Design ==

Revision as of 03:32, 30 October 2013

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