ahmetaa / zemberek-nlp

NLP tools for Turkish.
Other
1.14k stars 208 forks source link

COMMENTING THE NORMALIZE() FUNCTION #267

Open Baris000-eng opened 3 years ago

Baris000-eng commented 3 years ago
Screen Shot 2021-06-30 at 01 54 14 Screen Shot 2021-06-30 at 01 54 14

Hi, In the attached image, even though I comment the normalize() function in TurkishTextNormalizer() class, the test case for normalizing(NormalizeNoisyText.java) continues to give output. I run the test case separately from the project as you see in the image. How can TurkishTextNormalizer() class executes the normalize() function even though it is fully commented? I did not forgot to save my work after every try. By the way, I am working in Eclipse. Best, Barış

Baris000-eng commented 3 years ago

and if the place I run the test source code of normalization, what will your recommendation be to solve this issue ?

Baris000-eng commented 3 years ago

and if the place I run the test source code of normalization is wrong , what will your recommendation be to solve this issue ?

Baris000-eng commented 3 years ago

I mean the issue that I mention in the first comment that I have done.