.. -*- coding: utf-8 -*- Version 0.7.0 ------------- :publication date: 2014/11/23 :expected date: n/a Ticket #174014 sentence delimitation upon single capital character followed by a dot does not make sense ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: deprecated E.g. splitting "Bonjour M. Obama !" into ["Bonjour M.", "Obama !"] does not make much sense. Probably as regex tweak. Ticket #198624 sentence delimitation upon single capital character followed by a dot does not make sense ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.500 :state: validation pending E.g. splitting "Bonjour M. Obama !" into ["Bonjour M.", "Obama !"] does not make much sense. Probably as regex tweak. See https://www.logilab.org/ticket/174014