Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# by phil Bonora for nlpspoiler.it | |
use strict; | |
use warnings; | |
use utf8; | |
my @t; | |
my $name="PUT YOUR NAME HERE"; #STDIN html (all in one line) | |
print "user,text\n2"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#by Muhammad Khattab and Filippo Bonora | |
#for nlpspoiler.it | |
#STDIN: your incomplete matrix, something like B C D | |
# | |
# B 1 | |
# | |
# C 7 1 | |
# | |
# D 5 2 1 |