TTY OV  1
A cross platform python terminal
Loading...
Searching...
No Matches
polyguard.src.normalise Namespace Reference

Data Structures

class  Normalise
 

Detailed Description

# +==== BEGIN polyguard =================+
# LOGO:
#       input
# 
#    @#$%!  hello
#      |     |
#      +--+--+
#         |
#         v
#   +------------+
#   | POLY GUARD |
#   +------------+
#     |        |
#     v        v
#  BLOCKED  PASSED
#    KO       OK
# /STOP
# PROJECT: polyguard
# FILE: normalise.py
# CREATION DATE: 21-03-2026
# LAST Modified: 19:51:6 21-03-2026
# DESCRIPTION:
# A module that provides a set of swearwords to listen to when filtering while allowing to toggle on and off different languages.
# /STOP
# COPYRIGHT: (c) Henry Letellier
# PURPOSE: Normalisation utilities for language word-lists.
# Provides the `Normalise` class for cleaning and loading newline-delimited
# word lists. No compatibility wrappers are included — callers should import
# the class directly.
# // AR
# +==== END polyguard =================+