🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

collective.langdet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collective.langdet

Language detection of content

0.1
PyPI
Maintainers
1

Introduction ============

    collective.langdet tries to automatically detect the language of a file.
    It is meant for monolingual sites where you occasionally upload files in
    another language and content editors forget to add the correct metadata.
    
    It does the language detection when a file is created, not when it is
    replaced by another file. It may also be useful for multilingual sites
    where you upload files via webdav, but this is as yet untested.
    
    It uses the python package 'guess-language' which supports over 60
    languages. A script for determining the language of all your current
    files and changing their language into the language detected is included
    in the scripts directory. You can execute it as an external method.
    
    
    Changelog
    =========
    
    0.1 (2012/06/06)
    -------------------
    
    - Initial release

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts