are the hashtags treated together with the # char in ML part?

Issue #1 resolved
Ali Hürriyetoglu repo owner created an issue

Check, what happens to hashtags? Is the # stripped off?

Comments (4)

  1. Erkan Başar

    my_token_pattern=r"\w+(?:-\w+)+|[-+]?\d+[.,]?\d+|[#@]?\w+\b|[\U00010000-\U0010ffff]|[.:()[],;?!*]{2,4}"

    This part captures the hashtags : [#@]?\w+\b

  2. Ali Hürriyetoglu reporter

    We do not have any issue about this any more. I see hashtags are taken into account properly, as hashtags.

  3. Log in to comment