{"library":"morfessor","title":"Morfessor","description":"Morfessor is a tool for unsupervised morphological segmentation of words, often used in NLP and computational linguistics. It supports both morfessor-baseline and morfessor-cat (a cascade model). Current version 2.0.6, with infrequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install morfessor"],"cli":{"name":"morfessor","version":"morfessor.py 2.0.6"}},"imports":["from morfessor import Morfessor","from morfessor import BaselineModel"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from morfessor import Morfessor\n\n# Initialize and segment a word\nmodel = Morfessor()\nresult = model.segment('unhappiness')\nprint(result)  # ['un', 'happiness']","lang":"python","description":"Basic segmentation using the default Morfessor model.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}