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

Block or report thatguysimon

Report abuse

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

Report abuse

Pinned Loading

  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: