+
     hn  c                  sJ    ^ RI Ht ^ RIt]P                  ! R4      tR R ltR# )i    )annotationsNz(?ui)\Wc               s     V ^8  d   QhRRRR/# )i   sentenceZstrZreturn )Zformats   "9/usr/lib64/python3.14/site-packages/rapidfuzz/utils_py.py__annotate__r      s     & &c &c &    c                sj    \         P                  RV 4      pVP                  4       P                  4       # )a  
This function preprocesses a string by:

* removing all non alphanumeric characters

* trimming whitespaces

* converting all characters to lower case

Parameters
----------
sentence : str
    String to preprocess

Returns
-------
processed_string : str
    processed string
Z )_alnum_regexZsubZstripZlower)r   Z
string_outs   & r   default_processr      s.    ( !!#x0J##%%r   )Z
__future__r    ZreZcompiler   r   r   r   r   <module>r      s     # 	zz*%&r   