{"id":8776,"library":"wetext","title":"WeTextProcessing Runtime","description":"WeTextProcessing Runtime is a Python library providing text processing capabilities, including tokenization, POS tagging, and NER. It focuses on functionalities often relevant for Chinese text due to its dependencies on libraries like `jieba` and `hanlp`. The current version is `0.1.2`, and its development appears to be abandoned, with the last commit dating back to March 2022.","status":"abandoned","version":"0.1.2","language":"python","source_language":"en","source_url":"https://github.com/pengzhendong/wetext","tags":["nlp","text processing","chinese","tokenization","pos tagging","ner"],"install":[{"cmd":"pip install wetext","lang":"bash","label":"Install latest version"}],"dependencies":[{"reason":"Required for various NLP tasks.","package":"nltk"},{"reason":"Chinese text segmentation.","package":"jieba"},{"reason":"Regular expression operations.","package":"regex"},{"reason":"A specific alpha version of HanLP, critical for core functionality but problematic.","package":"hanlp==0.0.0a11","optional":false},{"reason":"Progress bar utility.","package":"tqdm"}],"imports":[{"wrong":"from wetext import WeTextProcessing","symbol":"Normalizer","correct":"from wetext import Normalizer"}],"quickstart":{"code":"from wetext import WeTextProcessing\n\n# Create a WeTextProcessing object\nwetext = WeTextProcessing()\n\n# Process text\ntext = \"This is a sample text for WeTextProcessing.\"\nresult = wetext.process(text)\n\n# Print the result\nprint(f\"Processed text: {result}\")","lang":"python","description":"Initializes `WeTextProcessing` and processes a sample string."},"warnings":[{"fix":"Attempt `pip install hanlp==0.0.0a11` separately to diagnose issues. Given the age and specificity, manual intervention or considering an alternative library for modern use is highly recommended.","message":"The library explicitly depends on `hanlp==0.0.0a11`, which is a very old alpha version. This specific version is known to be difficult to install, may have security vulnerabilities, or could conflict with newer Python versions or other dependencies.","severity":"breaking","affected_versions":"0.1.2"},{"fix":"Evaluate the long-term viability for your project. Be prepared for potential compatibility issues with newer Python environments (e.g., Python 3.10+), or consider alternative, actively maintained text processing libraries.","message":"The `wetext` library appears to be abandoned since March 2022 (version 0.1.2). This means there are no ongoing bug fixes, security updates, or compatibility improvements for newer Python versions or upstream dependencies.","severity":"gotcha","affected_versions":"0.1.2"},{"fix":"Review the source code directly on GitHub for deeper understanding. For complex use cases, expect to spend time reverse-engineering functionality or exploring alternatives with better documentation.","message":"Minimal documentation is available, primarily consisting of the README. This makes it challenging to understand the full capabilities, internal workings, or advanced configuration options of the `WeTextProcessing` class.","severity":"gotcha","affected_versions":"0.1.2"}],"env_vars":null,"search_vec":"'0.1.2':42 '2022':58 'abandon':49 'appear':46 'back':55 'capabl':12 'chines':26,62 'commit':53 'current':39 'date':54 'depend':31 'develop':45 'due':28 'focus':20 'function':22 'hanlp':37 'includ':13 'jieba':35 'last':52 'librari':8,33 'like':34 'march':57 'ner':18,66 'nlp':59 'often':23 'pos':15,64 'process':11,61 'provid':9 'python':7 'relev':24 'runtim':2,4 'tag':16,65 'text':10,27,60 'token':14,63 'version':40 'wetextprocess':1,3","created_at":"2026-04-16T17:03:56.053225+00:00","updated_at":"2026-04-16T17:03:56.053225+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.1.4","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/pengzhendong/wetext","docs":"https://github.com/pengzhendong/wetext#readme","changelog":null,"pypi":"https://pypi.org/project/wetext/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["ai-ml","data"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-30","last_verified":"2026-06-30","next_check":"2026-07-30","install_tag":null}}