Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8782327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:32:20+00:00 2026-06-13T20:32:20+00:00

SO! Here is a function using itertoos.groupby : from string import whitespace, punctuation from

  • 0

SO!

Here is a function using itertoos.groupby:

from string import whitespace, punctuation
from itertools import groupby

def tokenize(phrase, sepcat=True):
    separators = dict.fromkeys(whitespace + punctuation, True)
    return [''.join(g) for k, g in groupby(phrase, separators.get)]

Right now, the output is as follows:

As you can see, consecutive separators are concatenated into a single string. I would like this behavior to be optional (as denoted by the sepcat parameter to my function), but this is where I hit a roadblock… How can I pass parameters to separators.get?

Can something like functools help me here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:32:21+00:00Added an answer on June 13, 2026 at 8:32 pm

    use a lambda:

    groupby(..., lambda x: my_normal_function(x, other, arguments))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using keyboard_key variable from here: //overrides the function keyPressed from lcdui.Canvas protected
I wrote the function using js+jQuery. Here is a link to a jsFiddle which
I want to make some C++ program and I'm using function popen here to
I'm trying to create a popup for which I am using jQuery's CSS function.Here's
Here is the function that i am using: $('.urlz').click(function (event) { event.preventDefault(); var url
I'm using the savetxt function (description here ) to save a matrix to a
Here is an (artificial) example of using a function that returns an anonymous struct
Here's a very simple program using the function: #include <windows.h> #include <tchar.h> #include <atlstr.h>
I am using WaitForMultipleObject function with waitForAll parameter = true. Here using a std::vector
Here is my problem: I export a database A_DB using export function of Phppgadmin.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.