{"id":59280,"library":"lindera-core","title":"Lindera Core","description":"A morphological analysis library for Japanese text.","status":"active","version":"0.33.0","language":"rust","source_language":null,"source_url":"https://github.com/lindera-morphology/lindera","tags":["nlp","morphological","analysis","japanese"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nlindera-core = \"0.33.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add lindera-core","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Lindera","correct":"use lindera_core::Lindera;"}],"quickstart":{"code":"use lindera_core::Lindera;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let lindera = Lindera::new()?;\n    let tokens = lindera.analyze(\"日本語の解析\")?;\n    println!(\"{:?}\", tokens);\n    Ok(())\n}","lang":"rust","description":"Analyze Japanese text with Lindera."},"warnings":[{"fix":"Add a dictionary crate like lindera-ipadic and configure it.","message":"Requires a dictionary (e.g., lindera-ipadic) to function.","severity":"gotcha","affected_versions":">=0.33.0"}],"env_vars":null,"search_vec":"'analysi':5,12 'core':2 'japanes':8,13 'librari':6 'lindera':1 'morpholog':4,11 'nlp':10 'text':9","created_at":"2026-06-16T16:56:58.130609+00:00","updated_at":"2026-06-16T16:56:58.130609+00:00","problems":[],"ecosystem":"crates","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/lindera-morphology/lindera","github":"https://github.com/lindera-morphology/lindera","docs":"https://docs.rs/lindera-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}