To reproduce: ``` $ echo '直径1.5cm' | python src/main.py ``` Actual output: ``` 直径1。 ``` Expected output: ``` 直径1.5cm ```