Bunpou pal is a Japanese dictionary and text analyser written in Python, and is made for a school project.
Almost all of this project is written by myself with Python, however MeCab is used to segment sentences (This is vastly more complex for Japanese, as spaces are only used between sentences and not words like in English)
To work with Python, MeCab uses a Python wrapper and the Natto Morphological Analyser.