GithubHelp home page GithubHelp logo

socrates's Introduction

sOCRates

A post-OCR text correction method

sOCRates is a post-OCR text correction method that relies on contextual word embeddings and on a classifier that uses format, semantic, and syntactic similarity features.

Edit distance adapted to OCR error detection

Similarity function based on the Levenshtein distance, changing the way the weights are assigned to the substitutions. stack Overflow

Configuration

  • Download the repository
  • Create a virtual enviroment
  • Install the requirements by using the reqs.txt file
  • Install and configure Aspell for portuguese
  • Download data (unigrams, bigrams and word-embeddings model) and place it in word_correction folder
	https://mega.nz/file/a2xwlDaT#x3wjns6doZaqs6Q2wcTC3-JxUr0UeU26eoPdHJho-84
  • Download the fine-tuned Bert model
	https://mega.nz/file/enIVFSCQ#tJtk4_1OpkMNX-ga_HZYdi7GKL4VQun4iNWYaZOTPjg
	https://mega.nz/file/r2ZB1QZL#LC7jjKSB361gGzS0Jfj6QBcBcKc5W5ny4dUpkJXY_ms

Example usage

- python corrigir.py --folderin ./arquivosxml --folderout ../saida --xml 1 --use_nltk 0 --lista_filtro ../filtro.json 

Arguments

  • folderin .- The folder with the data to be processed. This folder could contain xml and txt files
  • folderout .- The folder where the output will be placed.
  • xml .- Argument to know if sOCRates should process xml or not
  • use_nltk .- Argument to know if sOCRates should use the NLTK toolkit or not
  • lista_filtro .- Path to the json file with a list of files to be skipped.

socrates's People

Contributors

dannysv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.