#!/usr/bin/ruby
# encoding: utf-8

require 'dwc_agent'

puts DwcAgent.similarity_score(ARGV[0].dup,ARGV[1].dup)