daalft / PaliNLP2

PaliNLP reworked. Version 2.
GNU General Public License v2.0
15 stars 3 forks source link

Porting Code to CLTK #4

Open kahnchana opened 8 years ago

kahnchana commented 8 years ago

Hi

The Classical Languages Toolkit (CLTK) makes tools similar to this that help NLP in classical languages. I'm interested in porting some of your code to the current CLTK platform (basically re-writing in python and integrating it with the CLTK work). I will be working only on the NLP data and code that can help develop NLP regards to Pali.

I would like to know if you're okay and if you would be open to provide some guidance and support towards this task.

Currently CLTK does not have vast developments with regards to Pali. This is our library so far. https://github.com/cltk/pali_text_ptr_tipitaka

Looking forward for a positive response.

Kanchana

daalft commented 8 years ago

Sure, go on. I don't have much time for active development, but if you have more questions, write me an email.

veer66 commented 8 years ago

I'm looking forward to use it for aligning Thai-Pali. /\

kahnchana commented 8 years ago

Sure. Thanks a lot. Will email you if I need.

kahnchana commented 8 years ago

Hi

I can't seem to get the GUI running on windows. I've run the build and got the PaliGUI batch file. The PaliPanel simply would not load.

Also when you started coding this, where exactly did you start your work from?

Thanks. Kanchana

daalft commented 8 years ago

I had included the Pali GUI in the previous version, but I have not continued working on it in the second version, so there might be some problems. The first version of PaliNLP was meant to be run on its own, but the second version was actually more integrated in a server, so there was no need for a GUI. Unfortunately, the server has been shut down since. What exactly is your problem? Do you get an error message?

For more information about how I started, please refer to http://arxiv.org/abs/1510.01570 If this does not answer your question, send me an email at blueygh2@gmail.com

kahnchana commented 8 years ago

Thanks a lot. I went through your thesis which is very helpful.

The PaliPanel java file doesn't seem to load. Perhaps something wrong with my system. I will check and try to sort it.