The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EBI::FGPT::FuzzyRecogniser::OntologyTerm::Annotation

SYNOPSIS

  EBI::FGPT::FuzzyRecogniser::OntologyTerm::Annotation contains two fields- value
  and normalised_value

  my $annotationToMatch =
  EBI::FGPT::FuzzyRecogniser::OntologyTerm::Annotation->new( value => $string_to_match );

METHODS

normalise()

Normalises a string by changing it lowercase and splitting into 4-grams.

compare()

Counts how many n-grmas are shared between annotations

AUTHOR

Emma Hastings , <ehastings@cpan.org>

ACKNOWLEDGEMENTS

Tomasz Adamusiak <tomasz@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2010 European Bioinformatics Institute. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under GPLv3.

This software is provided "as is" without warranty of any kind.