Algorithm-TicketClusterer
view release on metacpan or search on metacpan
examples/misspelled_words.txt view on Meta::CPAN
analogue analog
aprearing appearing
aporved approved
appering appearing
apporver approver
appover approver
appreciat appreciate
appriciat appreciate
aris arise
associat associate
attachd attached
attatch attach
attcah attach
attch attach
attatchment attachment
augest august
august august
aught ought
authoriz authorize
autmatically automatically
banglaore bangalore
baslined baselined
becuse because
beginn begin
belw below
lib/Algorithm/TicketClusterer.pm view on Meta::CPAN
package Algorithm::TicketClusterer;
#---------------------------------------------------------------------------
# Copyright (c) 2014 Avinash Kak. All rights reserved. This program is
# free software. You may modify and/or distribute it under the same terms
# as Perl itself. This copyright notice must remain attached to the file.
#
# Algorithm::TicketClusterer is a Perl module for retrieving Excel-stored
# past tickets that are most similar to a new ticket. Tickets are commonly
# used in software services industry and customer support businesses to
# record requests for service, product complaints, user feedback, and so
# on.
# ---------------------------------------------------------------------------
use 5.10.0;
use strict;
( run in 1.593 second using v1.01-cache-2.11-cpan-e1769b4cff6 )