Alrighty.

Firstly, that's C, not C++. And it's non-standard C at that. There's no
such thing as conio.h on other platforms.

Secondly, did you test this with non-ASCII letters and symbols? Even the
short test string on the
http://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Robust_tokenisation
page will fail with this code.

Thirdly, how can we build the code to run this? We do not use Windows.

And finally, never commit build artifacts to source repository. If it's
something that's generated from the build, it does not belong in a code
repo.

You are allowed to use ICU to categorize code points.

-- Tino Didriksen


On Sat, 14 Mar 2020 at 19:26, Ayush <ayush.pradhan2...@vitbhopal.ac.in>
wrote:

> Dear Sir/Ma’am,
>
> This is to inform you that, I have completed with the robust tokenisation
> coding challenge with the help of Lu (Letter, uppercase), Ll (Letter,
> lowercase), Lm (Letter, modified) and Lo(Letter, others), in Unicode as
> alphabetic character and non-alphabetic otherwise.
>
> The link to the solution is given below,
>
> https://github.com/git-ayush-pradhan/Apertium_gsoc
>
> Thanks and Regards,
>
> Ayush Pradhan
>
_______________________________________________
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff

Reply via email to