So I am building a contextual solution and need to consider using the following processes of machine learning and natural language processing.
While I suspect that this kind of text parsing / analysis is usually done using programming languages like C++ are there any libraries or platforms that can help me achieve the same using PHP?
I was thinking probably I would need to create some PHP modules from C++ and call them in my PHP code?
Any guidence, help or advice appreciated.