I would like to use NLTK (Natural Language Toolkit) for Python using IronPython and call from an existing WPF / C # project.
Is it possible to reference the NLTK from WPF in this way. For example, to use Named Entity Recognition from NTLK?
Any advice or recommendations appreciated.
source
share