Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "TikaAndNLTK" page has been changed by manalishah: https://wiki.apache.org/tika/TikaAndNLTK?action=diff&rev1=4&rev2=5 + ---- /!\ '''Edit conflict - other version:''' ---- Natural Language Toolkit(NLTK) with Tika. NLTK is a python library and in order to integrate and use its capabilities with Tika one must install the server endpoint created for NTLK in python to extract Named entities from text passed to it. @@ -18, +19 @@ Then start the server as nltk-server -v --port 8888 + ---- /!\ '''Edit conflict - your version:''' ---- + Natural Language Toolkit(NLTK) with Tika. + + NLTK is a python library and in order to integrate and use its capabilities with Tika one must install the server endpoint created for NTLK in python to extract Named entities from text passed to it. + + It can be installed with: + pip install nltkrest + + or the module can be downloaded + https://www.github.com/manalishah/NLTKRest + cd NLTKRest/nltkrest + python setup.py install nltkrest + + This is will build the module and make a command line + + In order + Then start the server as + nltk-server -v --port 8888 + + ---- /!\ '''End of edit conflict''' ---- +
