{"id":52618,"library":"jdkato-prose","title":"Prose","description":"Package prose provides natural language processing tools including tokenization, part-of-speech tagging, and named-entity extraction.","status":"active","version":"1.2.1","language":"go","source_language":null,"source_url":"https://github.com/jdkato/prose","tags":["nlp","tokenization","pos-tagging","ner","text-processing"],"install":[{"cmd":"go get github.com/jdkato/prose","lang":"bash","label":"Install github.com/jdkato/prose"}],"dependencies":[],"imports":[{"symbol":"prose","correct":"github.com/jdkato/prose"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jdkato/prose\"\n)\n\nfunc main() {\n\tdoc, _ := prose.NewDocument(\"Go is an open-source programming language.\")\n\tfor _, tok := range doc.Tokens() {\n\t\tfmt.Println(tok.Text, tok.Tag)\n\t}\n}","lang":"go","description":"Tokenize and tag a sentence"},"warnings":[],"env_vars":null,"search_vec":"'entiti':19 'extract':20 'includ':9 'languag':6 'name':18 'named-ent':17 'natur':5 'ner':26 'nlp':21 'packag':2 'part':12 'part-of-speech':11 'pos':24 'pos-tag':23 'process':7,29 'prose':1,3 'provid':4 'speech':14 'tag':15,25 'text':28 'text-process':27 'token':10,22 'tool':8","created_at":"2026-06-15T07:02:18.497367+00:00","updated_at":"2026-06-15T07:02:18.497367+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jdkato/prose","github":"https://github.com/jdkato/prose","docs":"https://pkg.go.dev/github.com/jdkato/prose#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}