SELECT to_tsvector('english', 'github'); select word_similarity ( 'git', 'github' ), 'git' % 'github'; select word_similarity ('https://github.com/woylie/let_me', 'git'), 'https://github.com/woylie/let_me' %> 'git' ;
See more from
etori.sangiacomo