Skip to content

A simple code to compare two texts and provide a metric that indicates the similarity between two cases.

Notifications You must be signed in to change notification settings

navidzol/Fetch-Rewards-Coding-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Fetch-Rewards-Coding-Exercise

A simple code to compare two texts and provide a metric that indicates the similarity between two cases.

To run this code you should give two texts (lets call them text1 and text2). Then you can call the class called TextComparison with two texts and run the method called "score_evaluation". So the example will be:

from text_comparison import *
s = TextComparison(text1, text2)
s.score_evaluation()

About

A simple code to compare two texts and provide a metric that indicates the similarity between two cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published