e2
attr / \ purpose
/ \
e1 e4
/\
attr / \ comment
e3 e5
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
def _surrounding_paragraph(edu): | |
""" | |
Determine which paragraph (if any) surrounds this EDU. | |
Try to accomodate the occasional off-by-a-smidgen error by | |
folks marking these EDU boundaries, eg. original text: | |
Para1: "Magazines are not providing us in-depth information on | |
circulation," said Edgar Bronfman Jr., .. "How do readers feel | |
about the magazine?... | |
Research doesn't tell us whether people actually do read the |
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
ckage org.ontologyengineering.owltoy; | |
import org.semanticweb.owlapi.apibinding.OWLManager; | |
import org.semanticweb.owlapi.model.*; | |
import org.semanticweb.owlapi.util.DefaultPrefixManager; | |
import java.io.File; | |
/** | |
* Create a simple ontology with a few classes, a property, and an |
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
# utilities for (darcs) roundup interaction | |
# $ PYTHONSTARTUP=/var/lib/roundup/trackers/darcs/pythonrc.py python | |
from pprint import pprint as pp | |
def nub(xs): return list(set(xs)) | |
def replaced_list(old,new,l): | |
l2 = [] | |
for i in l: |
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
#!/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
# EASY-INSTALL-ENTRY-SCRIPT: 'RunSnakeRun==2.0.4','gui_scripts','runsnake32' | |
#__requires__ = 'RunSnakeRun==2.0.4' | |
import sys | |
sys.path.append('/Users/kowey/.virtualenvs/runsnake/lib/python2.7/site-packages') | |
from pkg_resources import load_entry_point | |
if __name__ == '__main__': | |
sys.exit( | |
load_entry_point('RunSnakeRun==2.0.4', 'gui_scripts', 'runsnake32')() |
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
{ fetchurl, stdenv, ocaml, makeWrapper, ncurses }: | |
let version = "0.92"; in | |
stdenv.mkDerivation rec { | |
name = "megam-${version}"; | |
src = fetchurl { | |
url = "http://hal3.name/megam/megam_src.tgz"; | |
sha256 = "dc0e9f59ff8513449fe3bd40b260141f89c88a4edf6ddc8b8a394c758e49724e"; | |
}; |
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
<html> | |
<head> | |
<meta http-equiv=Content-Type content="text/html; charset=macintosh"> | |
<meta name=ProgId content=Excel.Sheet> | |
<meta name=Generator content="Microsoft Excel 14"> | |
<link rel=File-List href="relation%20instances_files/filelist.xml"> | |
<style> | |
<!--table | |
{mso-displayed-decimal-separator:"\."; |
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
Annotated | |
--------- | |
s1-league3-game2 | |
s1-league1-game4 | |
s1-league2-game3 | |
s1-league2-game4 | |
s1-league3-game1 | |
s1-league3-game3 | |
s1-league3-game4 | |
s1-league3-game5 |