{"library":"rhoknp","title":"rhoknp","description":"Yet another Python binding for Juman++/KNP/KWJA. Current version: 1.8.0. Provides a modern Python interface for Japanese morphological analysis (Juman++), dependency/case structure analysis (KNP), and anaphora resolution (KWJA). Follows semantic versioning with frequent patch releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install rhoknp"],"cli":null},"imports":["from rhoknp import Jumanpp","from rhoknp import Knp","from rhoknp import Kwja","from rhoknp import Document"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from rhoknp import Jumanpp\njumanpp = Jumanpp()\nresult = jumanpp.analyze(\"太郎は本を読んだ。\")\nfor morpheme in result.morphemes:\n    print(morpheme.surf, morpheme.reading)","lang":"python","description":"Basic morphological analysis with Juman++.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}