|
Dear Group, I am looking for some Python based Natural Language Tools. (i)Parsers (either syntactic or semantic). NLTK has but there I have to input the grammar. I am looking for straight built in library like nltk tagging module. (ii) I am looking for some ner extraction tools. NLTK has I am looking for another, pyner is there but could not download. (iii) I am looking for relation extraction tool NLTK has but I am looking for another. (iv) I am looking for one information extraction library, I found GenSim but could not use it properly. (v) I am looking for a visualization library, found networkx,matplotlib,vtk but I am looking for a visual analytics library. I am looking all these tools for the use in Windows(XP/7) with Python2.6/2.7. And if anyone can kindly let me know on how to use the Python binding of Stanford Parser. Thanking in Advance, Regards, Subhabrata. |
|
No they are working but just curiosity. |
|
The only other comprehensive NLP package I know if is LingPipe, but it is Java only. For visualization, you may be interested in Gephi for networks and ggplot2 for general figures. The ggplot2 plotting system is for R, and it's worth learning the language for it. Here are Python bindings for Stanford NER: pyner Yes. But for Pyner I am not getting the Windows binding, I am using, Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32 with IDLE as GUI and Windows 7 as OS. I am not getting how to download and use it. I would try the visualization tools as suggested by you. I am checking orange and milk also. Lets hope for the best. Regards, Subhabrata Banerjee.
(Dec 01 '12 at 04:46)
Subhabrata Banerjee
|
You should state how NLTK and GenSim didn't work for you. For NLTK, if you need training data then ask for that.