Skip to content
View thatguysimon's full-sized avatar
  • Twist Bioscience
  • Israel
Block or Report

Block or report thatguysimon

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. vcr-stub-server vcr-stub-server Public

    Standalone stub server for replaying VCR cassettes

    Python 4 1

  2. minitest-stub_on_roids minitest-stub_on_roids Public

    Allows asserting arguments and setting expectations on class methods with Minitest

    Ruby 4 1

  3. A python script to convert annotated... A python script to convert annotated data in standoff format (brat annotation tool) to the formats expected by Stanford NER and Relation Extractor models
    1
    # A python script to turn annotated data in standoff format (brat annotation tool) to the formats expected by Stanford NER and Relation Extractor models
    2
    # - NER format based on: http://nlp.stanford.edu/software/crf-faq.html#a
    3
    # - RE format based on: http://nlp.stanford.edu/software/relationExtractor.html#training
    4
    
                  
    5
    # Usage: