Skip to content
View laurabernardy's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report laurabernardy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. joh-ga/Through-time-with-BERT joh-ga/Through-time-with-BERT Public

    Scripts, data, and results from the "Through time with BERT" project, which evaluated and examined the extent to which English tenses are represented in BERT's raw sentence embeddings.

    Jupyter Notebook 2

  2. joh-ga/RubyCrumbler joh-ga/RubyCrumbler Public archive

    A simple Ruby script that contains a GUI desktop application providing typical NLP tasks ready to apply on English or German text files. Available for macOS, Windows and Linux.

    Ruby 8 2

  3. Multilingual-Wordle Multilingual-Wordle Public

    Multilingual WANNABE WORDLE is a simple word guessing game in different languages

    Python

  4. notesXtract notesXtract Public

    Extract colorhighlighted notes from documents with OpenCV and Tesseract

    Python 1

  5. solve double encoded uft8, like e.g.... solve double encoded uft8, like e.g. \xc2\x80
    1
    import sys
    2
    import re
    3
    
                  
    4
    '\xc2\\x80' : ' ', 	
    5
    '\xc2\\x81' : ' ',