Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4677
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Frank Grellert <grellert@web.de> |
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] Text in Sätze splitten |
| Date | Wed, 22 Feb 2017 18:38:37 +0100 |
| Lines | 18 |
| Sender | frank.grellert@gmail.com |
| Message-ID | <mailman.7.1487785144.2669.python-de@python.org> (permalink) |
| References | <CABTCcyaKWWzjbwRZDY3qDiZXtL7zLbwjQz1WW=yjtu0PDTMM9w@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | news.uni-berlin.de qMch2HyXtDg9orCBrbyPsg8cjvPBxLYrOHPa+Zq40vsg== |
| Return-Path | <frank.grellert@gmail.com> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to :content-transfer-encoding; bh=lrrs1d9WIvKTkySU8LJcq6bhQzPzyWbMnUFUQj2JPJ0=; b=IMhJCcmErhqiJQIP/dUF5zTbgddY6rvLxHbkQie5/WOGMmPumF8AKcHj3fGhbipHnW 75Hr3V6mUx5LTMl4MP5hZUmhV1kViSDK+KW+by3lLttGPxTy+avQJ0x/sTdCTTz/dpTs xcLU0UkH6Wfmh4l76ycXbaVhMFlFSc2YNaj+jY+xFIYcCNIqD7VM7UKKgyOEVQzZ6sXw hQWgHxjWa/wMhGu5/zpNEqE++X6dmCyDh2tTnIISmIFcjmc1fjZHtKgngowNq59minA9 MSuevdTRxfSYaze/crYie7kjxBkMNxsmWXQ6JhR+Xw3zH9XToGIVCaE6FM4gHiyolVOB /9Gg== |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:content-transfer-encoding; bh=lrrs1d9WIvKTkySU8LJcq6bhQzPzyWbMnUFUQj2JPJ0=; b=AKAAqDb2Ke247oNDkl1xnO6vhK2GS/89FEEXVRfsFg6CGLe+gIjyPB3TxtJPzpw9Ux KTwL02iATJ2eu6tX4aRaV/tjfH1naSuEoCoCyChncIosF1TwEsTILC2AoR0GUOanrB+C 3D/aBHHuzp/QCTozGyv8cvBWvH4WtGPu7B48fJmXmvKjnLkg30CDFQdIJRsGiTr7yrFB yHH3RLzCrZzsOHPj7lhl7JPzqQP2Q0t7IHO3aLs48gm1sQmkWErSEn/m/3BhSo99twV/ aCkJXZ2tec5mAXlelSLwV3740+g6zX/Il+A/+bZFf1DNTO5plNSyFl2dr7h3o+oBDE1e 31Qw== |
| X-Gm-Message-State | AMke39naYh2SQ9d1BPJikG2aXYNtSILo93kgHsx7Wm4IKrdI7WG1BWJxBFyHHLPaaVRi31g6CuVjEXF0BBVbQA== |
| X-Received | by 10.223.165.65 with SMTP id j1mr10351955wrb.79.1487785138308; Wed, 22 Feb 2017 09:38:58 -0800 (PST) |
| X-Google-Sender-Auth | bxmak6VeRY8iMvO6zDuYKpy7oz4 |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <CABTCcyaKWWzjbwRZDY3qDiZXtL7zLbwjQz1WW=yjtu0PDTMM9w@mail.gmail.com> |
| Xref | csiph.com de.comp.lang.python:4677 |
Show key headers only | View raw
Vielen Dank für die vielen interessanten Lösungsansätze. Für meine
Zwecke hat sich dieser hier als brauchbar erwiesen:
re.split('(\?\W|!\W|\.\W)', text)
Frank
--
*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*
Frank Grellert
Email: grellert@web.de
Webseite: http://fotoblog.57ps.de/
Identity: http://grellert.myopenid.com/
*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*
Back to de.comp.lang.python | Previous | Next | Find similar
[Python-de] Text in Sätze splitten Frank Grellert <grellert@web.de> - 2017-02-22 18:38 +0100
csiph-web