arbox / tagger-for-pali

This is the main repository containing our work on the Pali Tagger during the summer term 2013.
4 stars 1 forks source link

splitCorpus.py #19

Closed BobPr closed 11 years ago

BobPr commented 11 years ago

Tried to use the file, but my python (3.3.2) cries about an TabError in Row 23. Any Suggestions? (couldnt find the cause, so far no unnecessary tabs/spaces...)

jkut commented 11 years ago

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

Am 09.07.2013 20:11, schrieb BobPr:

Tried to use the file, but my python (3.3.2) cries about an TabError in Row 23. Any Suggestions? (couldnt find the cause)

— Reply to this email directly or view it on GitHub https://github.com/arbox/tagger-for-pali/issues/19.

I don't know if it helps, could it be related to my update of the data files?


Jürgen Knauth Universität Trier FB II Germanistik Raum: DM 307 Telefon: +49-651-201-3003 E-Mail: knauth@uni-trier.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJR3FWxAAoJEDFMM9BfAUHPW+sH/RdRyeIAWaQd5Vlab09GeQ0Y wq9ydcYR4J30R82cDdijGmY6M276kKjnekv5JEvvlCyVHxkwW+qNyU0B86bvYVeu f462gVu0iNVyq9V4CHm1RvrhiXVwblWQI8aJW5Vf/Qk0ZKqDjHlOm2DozVrDpl9k tswMmKLuK799ZkP5HuOXkop22XP9gmNdY0k/f/xjnCyjcT0tsI7i8WPffSRbk1iG wjUT5SdD3Uo+HxhTlMmHpiekx1j51eyAV/Ak5/jCKPMrasQ3DnZQtbMqtrUB9mB2 OXhVHNd/FcQ+Xhu1Aprs+G5xi3O5Q0g30gVjU7T6C/u+34Zh1RGCAAtYzoA5lMM= =F/fZ -----END PGP SIGNATURE-----

BobPr commented 11 years ago

I have no idea... Im at best a casualpython-coder

cperrin88 commented 11 years ago

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

If you don't mind I will take a look at it tomorrow.

Am 09.07.2013 21:11, schrieb BobPr:

I have no idea... Im at best a casualpython-coder

— Reply to this email directly or view it on GitHub https://github.com/arbox/tagger-for-pali/issues/19#issuecomment-20697944.

-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJR3GCBAAoJEOdbLdcjtHWBljMH/R3Bw8P5eh9hlJV53t7E0M3E ok4kUC0Wojeuo4RB3DTpRcTVsqvEN4qAMrk5DtPFEo384qrTm3Rdhm+FZtm6kOlD F/3Tn6dorcpfS/glx3+AMzxSKADpo9flzSQA18bKxDTYd6AIIfzCpx/jbLU0rHjj Tn6Z5acVW6mNnLVKIO8oj6M98iSaH/bb6wWvGFup8V8F52vq+Zcb506DoZ8a14tF 0MSgQfIAzR4/u2xTSLugkGAyty7V9yBfo+E8lL5kcBba/Ki/5vPQNu4Bxgl5q5v3 rKYpdPqtRVKGKViXU7KamXzA296bTMLYUX1LL9gHSrOOnz6BCJNe3+nScLUS6Zw= =h0hh -----END PGP SIGNATURE-----

BobPr commented 11 years ago

Fine, thats more than I could ask for ;)

cperrin88 commented 11 years ago

Everything should be fine now. The problem was the mixed use of tab and space in the source file. I took the liberty to clean the code up and add a few new options.