Skip to content
View afergadis's full-sized avatar
  • Institute of Speech and Language Processing
  • Greece

Highlights

  • Pro
Block or Report

Block or report afergadis

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. irrCAC irrCAC Public

    Chance-corrected Agreement Coefficients

    Python 16 2

  2. keras-nlp keras-nlp Public

    A library with functionality to easily convert text to numerical vectors to use with Keras models.

    Jupyter Notebook 1

  3. ILSP_Webservices ILSP_Webservices Public

    Demo code on how you can invoke ILSP's web services. This services provide natural language processing for Greek text.

    Java 2 2

  4. BC6PM-HRNN BC6PM-HRNN Public

    Forked from cbaziotis/hierarchical-rnn-biocreative-4

    Repository containing the winning system of the BioCreative VI Precision Medicine Track, Document Triage Task (2017). The model is a Hierarchical Bidirectional Attention-Based RNN, implemented in K…

    Python 3 2

  5. which_bus which_bus Public

    This is a simple application for finding nearby bus stops given the name of a public building. Bus stops are provided by the Ahtens' transportation company OASA.

    Python 1

  6. Tweak NLTK TreebankWordTokenizer Tweak NLTK TreebankWordTokenizer
    1
    from nltk.tokenize import TreebankWordTokenizer
    2
    
                  
    3
    twt = TreebankWordTokenizer()
    4
    text = 'By taking advantage of these unique novel coplanar nanogap electrode architectures, we demonstrated a plethora of functional opto-/electronic devices including, organic photodetectors, radio frequency Schottky diodes, and non-volatile memory cells."
    5