Reading corpus python cod for arabic langauge

I want to read the Bw Arabic dictionary and then extract some lexical elements such as "N", "V" in Python. In addition, I have an Arabic tree block. I want to extract a trigram from it. I'm so new to using Python, where do I start?

+3
source share
1 answer

There is only one place.

http://www.nltk.org/

Python is the most used natural language processing tool, and the community of scientists who built and use NLTK has probably already created a tool that will do most of what you need.

, , http://www.desilinguist.org/pdf/crossroads.pdf . , , .

0

All Articles