Hello,
I am an NLP enthusiast and have been working on various topics in NLP tasks including semantic parsing, so adapting "SemaFor" for Spanish seems to me an interesting project.
As SemaFor requires POS Tagger, Lemmatiser and a syntactic dependency parser for a Language (which here is Spanish)
To develop a Basic Pipeline, I am thinking of using following available tools directly to make a baseline Frame-Net based Parser "SemaFor" for Spanish
POS Tagger : TreeTagger or any other tagger part of NLTK (instead of SENNA, which is already integrated for now)
Lemmatiser : Porter based Lemmatiser from NLTK
Parser : MaltParser trained on IULA Spanish LSP Treebank
I hope that makes sense, guide me with any other ideas you have in mind.
Also I am willing to look into other interesting ideas or things from which I should I begin with.
After this I think it will be more of a research project with various directions to explore.
Looking forward to hear from you !!
Regards,
Karan
Last edit: Karan Singla 2015-03-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am an NLP enthusiast and have been working on various topics in NLP tasks including semantic parsing, so adapting "SemaFor" for Spanish seems to me an interesting project.
Link to my Google Scholar Profile:
https://scholar.google.co.in/citations?user=ixFH4YAAAAAJ&hl=en
As SemaFor requires POS Tagger, Lemmatiser and a syntactic dependency parser for a Language (which here is Spanish)
To develop a Basic Pipeline, I am thinking of using following available tools directly to make a baseline Frame-Net based Parser "SemaFor" for Spanish
POS Tagger : TreeTagger or any other tagger part of NLTK (instead of SENNA, which is already integrated for now)
Lemmatiser : Porter based Lemmatiser from NLTK
Parser : MaltParser trained on IULA Spanish LSP Treebank
I hope that makes sense, guide me with any other ideas you have in mind.
Also I am willing to look into other interesting ideas or things from which I should I begin with.
After this I think it will be more of a research project with various directions to explore.
Looking forward to hear from you !!
Regards,
Karan
Last edit: Karan Singla 2015-03-02