├── HOWTO.txt ├── LICENSE ├── README.md ├── annodoc ├── Astloch-Bold.ttf ├── Liberation_Sans-Regular.ttf ├── PT_Sans-Caption-Web-Regular.ttf ├── annodoc.js ├── annotation_log.js ├── collections.js ├── config.js ├── configuration.js ├── conllu.js ├── dispatcher.js ├── font-awesome.css ├── font-awesome.min.css ├── head.js ├── head.load.min.js ├── hint.css ├── jquery-ui-redmond.css ├── jquery-ui.js ├── jquery-ui.min.js ├── jquery.address.min.js ├── jquery.html ├── jquery.js ├── jquery.min.js ├── jquery.svg.min.js ├── jquery.svgdom.min.js ├── jquery.timeago.js ├── jquery_002.js ├── jquery_003.js ├── jquery_004.js ├── jquery_005.js ├── js.rests.kim.js ├── style-vis.css ├── style.css ├── url_monitor.js ├── util.js ├── visualizer.js ├── waypoints.js ├── waypoints.min.js └── webfont.js ├── configCheck.cgi ├── configedit.cgi ├── connect.cgi ├── convert_svg.cgi ├── corpus ├── CoNLL.dep.tags └── PTB.tags ├── css ├── arborator.css ├── colpick.css ├── images │ ├── annotation.png │ ├── collapsed.png │ ├── expanded.png │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_10_000000_40x100.png │ ├── ui-bg_flat_75_ffffff_40x100.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_654b6d_1x400.png │ ├── ui-bg_glass_75_dd137b_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_highlight-soft_100_06410f_1x100.png │ ├── ui-bg_highlight-soft_100_109702_1x100.png │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ ├── ui-bg_highlight-soft_55_c3b3a2_1x100.png │ ├── ui-bg_highlight-soft_75_000000_1x100.png │ ├── ui-bg_highlight-soft_75_919191_1x100.png │ ├── ui-bg_highlight-soft_75_bdc2bd_1x100.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-bg_highlight-soft_75_d7c6cf_1x100.png │ ├── ui-bg_highlight-soft_75_d9c9c9_1x100.png │ ├── ui-bg_highlight-soft_75_d9dddd_1x100.png │ ├── ui-bg_highlight-soft_75_ddd9da_1x100.png │ ├── ui-bg_highlight-soft_75_e0e3e6_1x100.png │ ├── ui-bg_highlight-soft_75_e2d4dc_1x100.png │ ├── ui-bg_highlight-soft_75_ece9ea_1x100.png │ ├── ui-bg_inset-soft_100_eeeeee_1x100.png │ ├── ui-bg_inset-soft_35_070807_1x100.png │ ├── ui-bg_inset-soft_55_b9b0a6_1x100.png │ ├── ui-bg_inset-soft_95_fef1ec_1x100.png │ ├── ui-icons_000000_256x240.png │ ├── ui-icons_06410f_256x240.png │ ├── ui-icons_0a6808_256x240.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_654b6d_256x240.png │ ├── ui-icons_dd137b_256x240.png │ ├── ui-icons_fafafa_256x240.png │ ├── ui-icons_ffd27a_256x240.png │ └── ui-icons_ffffff_256x240.png ├── jquery-linedtextarea.css ├── jquery-ui-1.8.18.custom.css ├── jquery.fileupload-ui.css └── pbar-ani.gif ├── depedit.cgi ├── depedit.html ├── editor.cgi ├── eraseTree.cgi ├── export.cgi ├── export ├── batik-1.7 │ ├── batik-rasterizer.jar │ ├── batik-slideshow.jar │ ├── batik-squiggle.jar │ ├── batik-svgpp.jar │ ├── batik-ttf2svg.jar │ ├── batik.jar │ ├── changes │ ├── lib │ │ ├── LICENSE.dom-documentation.txt │ │ ├── LICENSE.dom-software.txt │ │ ├── LICENSE.js.txt │ │ ├── LICENSE.pdf-transcoder.txt │ │ ├── LICENSE.sax.txt │ │ ├── LICENSE.xalan-2.6.0.txt │ │ ├── LICENSE.xerces_2_5_0.txt │ │ ├── README.js.txt │ │ ├── README.pdf-transcoder.txt │ │ ├── README.xalan-2.6.0.txt │ │ ├── README.xerces_2_5_0.txt │ │ ├── README.xml-apis-ext.txt │ │ ├── README.xml-apis.txt │ │ ├── Squiggle.icns │ │ ├── batik-anim.jar │ │ ├── batik-awt-util.jar │ │ ├── batik-bridge.jar │ │ ├── batik-codec.jar │ │ ├── batik-css.jar │ │ ├── batik-dom.jar │ │ ├── batik-ext.jar │ │ ├── batik-extension.jar │ │ ├── batik-gui-util.jar │ │ ├── batik-gvt.jar │ │ ├── batik-parser.jar │ │ ├── batik-script.jar │ │ ├── batik-svg-dom.jar │ │ ├── batik-svggen.jar │ │ ├── batik-swing.jar │ │ ├── batik-transcoder.jar │ │ ├── batik-util.jar │ │ ├── batik-xml.jar │ │ ├── js.jar │ │ ├── make-squiggle-app.sh │ │ ├── pdf-transcoder.jar │ │ ├── xalan-2.6.0.jar │ │ ├── xerces_2_5_0.jar │ │ ├── xml-apis-ext.jar │ │ └── xml-apis.jar │ ├── license │ ├── notice │ └── readme └── svg2office-1.2.2.jar ├── favicon.ico ├── getEvaluation.cgi ├── getTree.cgi ├── images ├── Affero_General_Public_License_3.png ├── ajax-loader.gif ├── alert.png ├── annodoc.png ├── arborator.png ├── arborator.svg ├── arboratorNano.png ├── arrowdown.png ├── chain.png ├── check.png ├── compare.png ├── conll10.png ├── conll14.png ├── conll4.png ├── connect.png ├── cut.png ├── dbexport.bw.png ├── dbexport.png ├── dbimport.png ├── delete.png ├── drive_harddisk.png ├── edit.png ├── editcolor.png ├── exit.png ├── export.bw.png ├── export.png ├── firefox.grey.png ├── firefox.png ├── forkme.png ├── help.png ├── launchpad.png ├── loading.gif ├── look.png ├── plus.png ├── q.png ├── redo.png ├── save.png ├── shutdown.png ├── style.png ├── undo.png └── xml.png ├── index.cgi ├── lib ├── __init__.py ├── config.py ├── configobj.py ├── conll.py ├── createDB.py ├── database.py ├── depedit │ ├── __init__.py │ └── depedit.py ├── main.py ├── makeXML.py ├── newconvert.py ├── parser.py ├── rhapsoxml.py ├── test.conll ├── treebankfiles.py ├── trees2train.py └── updateTrees.py ├── login.cgi ├── logintemplates ├── admin_config.html ├── admin_config.txt ├── admin_eduser.txt ├── admin_invite.txt ├── admin_menu.txt ├── admin_page.html ├── edacc_page.html ├── editform_nojs.txt ├── login_done.html ├── login_nojs.txt ├── login_page.html ├── newlogin_nojs.txt └── newlogin_page.html ├── mate.cgi ├── modules ├── __init__.py ├── cgiutils.py ├── configobj.py ├── dataenc.py ├── dateutils.py ├── listquote.py ├── logintools │ ├── __init__.py │ ├── admin.py │ ├── login.py │ ├── loginutils.py │ └── newlogin.py ├── odict.py ├── pathutils.py ├── setup.py ├── standout.py ├── urlpath.py └── validate.py ├── parseur └── parseur.py ├── project.cgi ├── projects └── OrfeoGold2016 │ ├── categories.config │ ├── categories.config.part │ ├── functions.config │ └── project.cfg ├── q.cgi ├── runDepedit.cgi ├── save.cgi ├── script ├── arborator.draw.js ├── arborator.edit.js ├── arborator.view.js ├── arborator.view.min.js ├── colpick.js ├── jHtmlArea-0.7.0.js ├── jquery-linedtextarea.js ├── jquery-ui-1.11.4.custom.min.js ├── jquery-ui-1.8.18.custom.min.js ├── jquery.cookie.js ├── jquery.dimensions.js ├── jquery.fileupload-ui.js ├── jquery.fileupload.js ├── jquery.js ├── jsundoable.js ├── justDrawConll.js ├── q.js ├── raphael-min.js ├── raphael.export.js ├── raphael.js ├── splitter-152.js └── upload.js ├── statusChange.cgi ├── templates ├── base.html ├── index.html └── login.html ├── tools ├── add_cols_from_macro_to_micro.py ├── addpinyin.py ├── allsubj.txt ├── bulkCorrectDatabase.py ├── checkConll.py ├── chinparse.py ├── corpus.py ├── frmgparsing.py ├── ftb.platinum.transformConll.py ├── getEvaluation.offline.py ├── getTextsForParsing.py ├── goldPlatinumTransformConll.py ├── mark.txt ├── mate.py ├── mate │ ├── confusion.py │ ├── mate_components │ │ ├── anna-3.3.jar │ │ ├── anna-3.6.jar │ │ └── anna-3.61.jar │ └── models │ │ ├── LemModel │ │ ├── ParseModel │ │ └── TagModel ├── parseSentences.py ├── phrasestruc.py ├── platinum.pyrite.transformConll.py ├── platinum.rhodium.transformConll.py ├── retokenisation.py ├── retokeniseOnlineTrees.py ├── searchConll.py ├── simplification.py ├── textGridToSentence.py └── transformConll.py ├── uploadFile.cgi ├── uploader.cgi ├── users ├── admin.ini ├── config.ini ├── default.ini ├── guest.ini └── user_files_go_in_here ├── writeSvg.cgi └── xsitemessage.html /HOWTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/HOWTO.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/README.md -------------------------------------------------------------------------------- /annodoc/Astloch-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/Astloch-Bold.ttf -------------------------------------------------------------------------------- /annodoc/Liberation_Sans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/Liberation_Sans-Regular.ttf -------------------------------------------------------------------------------- /annodoc/PT_Sans-Caption-Web-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/PT_Sans-Caption-Web-Regular.ttf -------------------------------------------------------------------------------- /annodoc/annodoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/annodoc.js -------------------------------------------------------------------------------- /annodoc/annotation_log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/annotation_log.js -------------------------------------------------------------------------------- /annodoc/collections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/collections.js -------------------------------------------------------------------------------- /annodoc/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/config.js -------------------------------------------------------------------------------- /annodoc/configuration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/configuration.js -------------------------------------------------------------------------------- /annodoc/conllu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/conllu.js -------------------------------------------------------------------------------- /annodoc/dispatcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/dispatcher.js -------------------------------------------------------------------------------- /annodoc/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/font-awesome.css -------------------------------------------------------------------------------- /annodoc/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/font-awesome.min.css -------------------------------------------------------------------------------- /annodoc/head.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/head.js -------------------------------------------------------------------------------- /annodoc/head.load.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/head.load.min.js -------------------------------------------------------------------------------- /annodoc/hint.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/hint.css -------------------------------------------------------------------------------- /annodoc/jquery-ui-redmond.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery-ui-redmond.css -------------------------------------------------------------------------------- /annodoc/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery-ui.js -------------------------------------------------------------------------------- /annodoc/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery-ui.min.js -------------------------------------------------------------------------------- /annodoc/jquery.address.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.address.min.js -------------------------------------------------------------------------------- /annodoc/jquery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.html -------------------------------------------------------------------------------- /annodoc/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.js -------------------------------------------------------------------------------- /annodoc/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.min.js -------------------------------------------------------------------------------- /annodoc/jquery.svg.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.svg.min.js -------------------------------------------------------------------------------- /annodoc/jquery.svgdom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.svgdom.min.js -------------------------------------------------------------------------------- /annodoc/jquery.timeago.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery.timeago.js -------------------------------------------------------------------------------- /annodoc/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery_002.js -------------------------------------------------------------------------------- /annodoc/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery_003.js -------------------------------------------------------------------------------- /annodoc/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery_004.js -------------------------------------------------------------------------------- /annodoc/jquery_005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/jquery_005.js -------------------------------------------------------------------------------- /annodoc/js.rests.kim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/js.rests.kim.js -------------------------------------------------------------------------------- /annodoc/style-vis.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/style-vis.css -------------------------------------------------------------------------------- /annodoc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/style.css -------------------------------------------------------------------------------- /annodoc/url_monitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/url_monitor.js -------------------------------------------------------------------------------- /annodoc/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/util.js -------------------------------------------------------------------------------- /annodoc/visualizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/visualizer.js -------------------------------------------------------------------------------- /annodoc/waypoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/waypoints.js -------------------------------------------------------------------------------- /annodoc/waypoints.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/waypoints.min.js -------------------------------------------------------------------------------- /annodoc/webfont.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/annodoc/webfont.js -------------------------------------------------------------------------------- /configCheck.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/configCheck.cgi -------------------------------------------------------------------------------- /configedit.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/configedit.cgi -------------------------------------------------------------------------------- /connect.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/connect.cgi -------------------------------------------------------------------------------- /convert_svg.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/convert_svg.cgi -------------------------------------------------------------------------------- /corpus/CoNLL.dep.tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/corpus/CoNLL.dep.tags -------------------------------------------------------------------------------- /corpus/PTB.tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/corpus/PTB.tags -------------------------------------------------------------------------------- /css/arborator.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/arborator.css -------------------------------------------------------------------------------- /css/colpick.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/colpick.css -------------------------------------------------------------------------------- /css/images/annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/annotation.png -------------------------------------------------------------------------------- /css/images/collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/collapsed.png -------------------------------------------------------------------------------- /css/images/expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/expanded.png -------------------------------------------------------------------------------- /css/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /css/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /css/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /css/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /css/images/ui-bg_glass_75_654b6d_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_glass_75_654b6d_1x400.png -------------------------------------------------------------------------------- /css/images/ui-bg_glass_75_dd137b_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_glass_75_dd137b_1x400.png -------------------------------------------------------------------------------- /css/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_100_06410f_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_100_06410f_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_100_109702_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_100_109702_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_55_c3b3a2_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_55_c3b3a2_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_000000_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_919191_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_919191_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_bdc2bd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_bdc2bd_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_d7c6cf_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_d7c6cf_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_d9c9c9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_d9c9c9_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_d9dddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_d9dddd_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_ddd9da_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_ddd9da_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_e0e3e6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_e0e3e6_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_e2d4dc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_e2d4dc_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_highlight-soft_75_ece9ea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_highlight-soft_75_ece9ea_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_inset-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_inset-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_inset-soft_35_070807_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_inset-soft_35_070807_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_inset-soft_55_b9b0a6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_inset-soft_55_b9b0a6_1x100.png -------------------------------------------------------------------------------- /css/images/ui-bg_inset-soft_95_fef1ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png -------------------------------------------------------------------------------- /css/images/ui-icons_000000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_000000_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_06410f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_06410f_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_0a6808_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_0a6808_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_654b6d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_654b6d_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_dd137b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_dd137b_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_fafafa_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_fafafa_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /css/jquery-linedtextarea.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/jquery-linedtextarea.css -------------------------------------------------------------------------------- /css/jquery-ui-1.8.18.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/jquery-ui-1.8.18.custom.css -------------------------------------------------------------------------------- /css/jquery.fileupload-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/jquery.fileupload-ui.css -------------------------------------------------------------------------------- /css/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/css/pbar-ani.gif -------------------------------------------------------------------------------- /depedit.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/depedit.cgi -------------------------------------------------------------------------------- /depedit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/depedit.html -------------------------------------------------------------------------------- /editor.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/editor.cgi -------------------------------------------------------------------------------- /eraseTree.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/eraseTree.cgi -------------------------------------------------------------------------------- /export.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export.cgi -------------------------------------------------------------------------------- /export/batik-1.7/batik-rasterizer.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/batik-rasterizer.jar -------------------------------------------------------------------------------- /export/batik-1.7/batik-slideshow.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/batik-slideshow.jar -------------------------------------------------------------------------------- /export/batik-1.7/batik-squiggle.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/batik-squiggle.jar -------------------------------------------------------------------------------- /export/batik-1.7/batik-svgpp.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/batik-svgpp.jar -------------------------------------------------------------------------------- /export/batik-1.7/batik-ttf2svg.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/batik-ttf2svg.jar -------------------------------------------------------------------------------- /export/batik-1.7/batik.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/batik.jar -------------------------------------------------------------------------------- /export/batik-1.7/changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/changes -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.dom-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.dom-documentation.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.dom-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.dom-software.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.js.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.js.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.pdf-transcoder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.pdf-transcoder.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.sax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.sax.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.xalan-2.6.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.xalan-2.6.0.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/LICENSE.xerces_2_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/LICENSE.xerces_2_5_0.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/README.js.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/README.js.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/README.pdf-transcoder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/README.pdf-transcoder.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/README.xalan-2.6.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/README.xalan-2.6.0.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/README.xerces_2_5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/README.xerces_2_5_0.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/README.xml-apis-ext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/README.xml-apis-ext.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/README.xml-apis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/README.xml-apis.txt -------------------------------------------------------------------------------- /export/batik-1.7/lib/Squiggle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/Squiggle.icns -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-anim.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-anim.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-awt-util.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-awt-util.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-bridge.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-bridge.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-codec.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-codec.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-css.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-css.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-dom.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-dom.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-ext.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-ext.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-extension.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-extension.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-gui-util.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-gui-util.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-gvt.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-gvt.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-parser.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-parser.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-script.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-script.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-svg-dom.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-svg-dom.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-svggen.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-svggen.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-swing.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-swing.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-transcoder.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-transcoder.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-util.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-util.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/batik-xml.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/batik-xml.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/js.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/js.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/make-squiggle-app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/make-squiggle-app.sh -------------------------------------------------------------------------------- /export/batik-1.7/lib/pdf-transcoder.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/pdf-transcoder.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/xalan-2.6.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/xalan-2.6.0.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/xerces_2_5_0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/xerces_2_5_0.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/xml-apis-ext.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/xml-apis-ext.jar -------------------------------------------------------------------------------- /export/batik-1.7/lib/xml-apis.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/lib/xml-apis.jar -------------------------------------------------------------------------------- /export/batik-1.7/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/license -------------------------------------------------------------------------------- /export/batik-1.7/notice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/notice -------------------------------------------------------------------------------- /export/batik-1.7/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/batik-1.7/readme -------------------------------------------------------------------------------- /export/svg2office-1.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/export/svg2office-1.2.2.jar -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/favicon.ico -------------------------------------------------------------------------------- /getEvaluation.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/getEvaluation.cgi -------------------------------------------------------------------------------- /getTree.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/getTree.cgi -------------------------------------------------------------------------------- /images/Affero_General_Public_License_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/Affero_General_Public_License_3.png -------------------------------------------------------------------------------- /images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/ajax-loader.gif -------------------------------------------------------------------------------- /images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/alert.png -------------------------------------------------------------------------------- /images/annodoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/annodoc.png -------------------------------------------------------------------------------- /images/arborator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/arborator.png -------------------------------------------------------------------------------- /images/arborator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/arborator.svg -------------------------------------------------------------------------------- /images/arboratorNano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/arboratorNano.png -------------------------------------------------------------------------------- /images/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/arrowdown.png -------------------------------------------------------------------------------- /images/chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/chain.png -------------------------------------------------------------------------------- /images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/check.png -------------------------------------------------------------------------------- /images/compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/compare.png -------------------------------------------------------------------------------- /images/conll10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/conll10.png -------------------------------------------------------------------------------- /images/conll14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/conll14.png -------------------------------------------------------------------------------- /images/conll4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/conll4.png -------------------------------------------------------------------------------- /images/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/connect.png -------------------------------------------------------------------------------- /images/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/cut.png -------------------------------------------------------------------------------- /images/dbexport.bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/dbexport.bw.png -------------------------------------------------------------------------------- /images/dbexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/dbexport.png -------------------------------------------------------------------------------- /images/dbimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/dbimport.png -------------------------------------------------------------------------------- /images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/delete.png -------------------------------------------------------------------------------- /images/drive_harddisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/drive_harddisk.png -------------------------------------------------------------------------------- /images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/edit.png -------------------------------------------------------------------------------- /images/editcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/editcolor.png -------------------------------------------------------------------------------- /images/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/exit.png -------------------------------------------------------------------------------- /images/export.bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/export.bw.png -------------------------------------------------------------------------------- /images/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/export.png -------------------------------------------------------------------------------- /images/firefox.grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/firefox.grey.png -------------------------------------------------------------------------------- /images/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/firefox.png -------------------------------------------------------------------------------- /images/forkme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/forkme.png -------------------------------------------------------------------------------- /images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/help.png -------------------------------------------------------------------------------- /images/launchpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/launchpad.png -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/look.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/look.png -------------------------------------------------------------------------------- /images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/plus.png -------------------------------------------------------------------------------- /images/q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/q.png -------------------------------------------------------------------------------- /images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/redo.png -------------------------------------------------------------------------------- /images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/save.png -------------------------------------------------------------------------------- /images/shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/shutdown.png -------------------------------------------------------------------------------- /images/style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/style.png -------------------------------------------------------------------------------- /images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/undo.png -------------------------------------------------------------------------------- /images/xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/images/xml.png -------------------------------------------------------------------------------- /index.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/index.cgi -------------------------------------------------------------------------------- /lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/__init__.py -------------------------------------------------------------------------------- /lib/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/config.py -------------------------------------------------------------------------------- /lib/configobj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/configobj.py -------------------------------------------------------------------------------- /lib/conll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/conll.py -------------------------------------------------------------------------------- /lib/createDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/createDB.py -------------------------------------------------------------------------------- /lib/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/database.py -------------------------------------------------------------------------------- /lib/depedit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/depedit/__init__.py -------------------------------------------------------------------------------- /lib/depedit/depedit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/depedit/depedit.py -------------------------------------------------------------------------------- /lib/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/main.py -------------------------------------------------------------------------------- /lib/makeXML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/makeXML.py -------------------------------------------------------------------------------- /lib/newconvert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/newconvert.py -------------------------------------------------------------------------------- /lib/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/parser.py -------------------------------------------------------------------------------- /lib/rhapsoxml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/rhapsoxml.py -------------------------------------------------------------------------------- /lib/test.conll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/test.conll -------------------------------------------------------------------------------- /lib/treebankfiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/treebankfiles.py -------------------------------------------------------------------------------- /lib/trees2train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/trees2train.py -------------------------------------------------------------------------------- /lib/updateTrees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/lib/updateTrees.py -------------------------------------------------------------------------------- /login.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/login.cgi -------------------------------------------------------------------------------- /logintemplates/admin_config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/admin_config.html -------------------------------------------------------------------------------- /logintemplates/admin_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/admin_config.txt -------------------------------------------------------------------------------- /logintemplates/admin_eduser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/admin_eduser.txt -------------------------------------------------------------------------------- /logintemplates/admin_invite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/admin_invite.txt -------------------------------------------------------------------------------- /logintemplates/admin_menu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/admin_menu.txt -------------------------------------------------------------------------------- /logintemplates/admin_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/admin_page.html -------------------------------------------------------------------------------- /logintemplates/edacc_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/edacc_page.html -------------------------------------------------------------------------------- /logintemplates/editform_nojs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/editform_nojs.txt -------------------------------------------------------------------------------- /logintemplates/login_done.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/login_done.html -------------------------------------------------------------------------------- /logintemplates/login_nojs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/login_nojs.txt -------------------------------------------------------------------------------- /logintemplates/login_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/login_page.html -------------------------------------------------------------------------------- /logintemplates/newlogin_nojs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/newlogin_nojs.txt -------------------------------------------------------------------------------- /logintemplates/newlogin_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/logintemplates/newlogin_page.html -------------------------------------------------------------------------------- /mate.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/mate.cgi -------------------------------------------------------------------------------- /modules/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/__init__.py -------------------------------------------------------------------------------- /modules/cgiutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/cgiutils.py -------------------------------------------------------------------------------- /modules/configobj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/configobj.py -------------------------------------------------------------------------------- /modules/dataenc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/dataenc.py -------------------------------------------------------------------------------- /modules/dateutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/dateutils.py -------------------------------------------------------------------------------- /modules/listquote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/listquote.py -------------------------------------------------------------------------------- /modules/logintools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/logintools/__init__.py -------------------------------------------------------------------------------- /modules/logintools/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/logintools/admin.py -------------------------------------------------------------------------------- /modules/logintools/login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/logintools/login.py -------------------------------------------------------------------------------- /modules/logintools/loginutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/logintools/loginutils.py -------------------------------------------------------------------------------- /modules/logintools/newlogin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/logintools/newlogin.py -------------------------------------------------------------------------------- /modules/odict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/odict.py -------------------------------------------------------------------------------- /modules/pathutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/pathutils.py -------------------------------------------------------------------------------- /modules/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/setup.py -------------------------------------------------------------------------------- /modules/standout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/standout.py -------------------------------------------------------------------------------- /modules/urlpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/urlpath.py -------------------------------------------------------------------------------- /modules/validate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/modules/validate.py -------------------------------------------------------------------------------- /parseur/parseur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/parseur/parseur.py -------------------------------------------------------------------------------- /project.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/project.cgi -------------------------------------------------------------------------------- /projects/OrfeoGold2016/categories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/projects/OrfeoGold2016/categories.config -------------------------------------------------------------------------------- /projects/OrfeoGold2016/categories.config.part: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/projects/OrfeoGold2016/categories.config.part -------------------------------------------------------------------------------- /projects/OrfeoGold2016/functions.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/projects/OrfeoGold2016/functions.config -------------------------------------------------------------------------------- /projects/OrfeoGold2016/project.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/projects/OrfeoGold2016/project.cfg -------------------------------------------------------------------------------- /q.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/q.cgi -------------------------------------------------------------------------------- /runDepedit.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/runDepedit.cgi -------------------------------------------------------------------------------- /save.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/save.cgi -------------------------------------------------------------------------------- /script/arborator.draw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/arborator.draw.js -------------------------------------------------------------------------------- /script/arborator.edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/arborator.edit.js -------------------------------------------------------------------------------- /script/arborator.view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/arborator.view.js -------------------------------------------------------------------------------- /script/arborator.view.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/arborator.view.min.js -------------------------------------------------------------------------------- /script/colpick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/colpick.js -------------------------------------------------------------------------------- /script/jHtmlArea-0.7.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jHtmlArea-0.7.0.js -------------------------------------------------------------------------------- /script/jquery-linedtextarea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery-linedtextarea.js -------------------------------------------------------------------------------- /script/jquery-ui-1.11.4.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery-ui-1.11.4.custom.min.js -------------------------------------------------------------------------------- /script/jquery-ui-1.8.18.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery-ui-1.8.18.custom.min.js -------------------------------------------------------------------------------- /script/jquery.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery.cookie.js -------------------------------------------------------------------------------- /script/jquery.dimensions.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /script/jquery.fileupload-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery.fileupload-ui.js -------------------------------------------------------------------------------- /script/jquery.fileupload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery.fileupload.js -------------------------------------------------------------------------------- /script/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jquery.js -------------------------------------------------------------------------------- /script/jsundoable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/jsundoable.js -------------------------------------------------------------------------------- /script/justDrawConll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/justDrawConll.js -------------------------------------------------------------------------------- /script/q.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/q.js -------------------------------------------------------------------------------- /script/raphael-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/raphael-min.js -------------------------------------------------------------------------------- /script/raphael.export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/raphael.export.js -------------------------------------------------------------------------------- /script/raphael.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/raphael.js -------------------------------------------------------------------------------- /script/splitter-152.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/splitter-152.js -------------------------------------------------------------------------------- /script/upload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/script/upload.js -------------------------------------------------------------------------------- /statusChange.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/statusChange.cgi -------------------------------------------------------------------------------- /templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/templates/base.html -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/templates/login.html -------------------------------------------------------------------------------- /tools/add_cols_from_macro_to_micro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/add_cols_from_macro_to_micro.py -------------------------------------------------------------------------------- /tools/addpinyin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/addpinyin.py -------------------------------------------------------------------------------- /tools/allsubj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/allsubj.txt -------------------------------------------------------------------------------- /tools/bulkCorrectDatabase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/bulkCorrectDatabase.py -------------------------------------------------------------------------------- /tools/checkConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/checkConll.py -------------------------------------------------------------------------------- /tools/chinparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/chinparse.py -------------------------------------------------------------------------------- /tools/corpus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/corpus.py -------------------------------------------------------------------------------- /tools/frmgparsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/frmgparsing.py -------------------------------------------------------------------------------- /tools/ftb.platinum.transformConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/ftb.platinum.transformConll.py -------------------------------------------------------------------------------- /tools/getEvaluation.offline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/getEvaluation.offline.py -------------------------------------------------------------------------------- /tools/getTextsForParsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/getTextsForParsing.py -------------------------------------------------------------------------------- /tools/goldPlatinumTransformConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/goldPlatinumTransformConll.py -------------------------------------------------------------------------------- /tools/mark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mark.txt -------------------------------------------------------------------------------- /tools/mate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate.py -------------------------------------------------------------------------------- /tools/mate/confusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/confusion.py -------------------------------------------------------------------------------- /tools/mate/mate_components/anna-3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/mate_components/anna-3.3.jar -------------------------------------------------------------------------------- /tools/mate/mate_components/anna-3.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/mate_components/anna-3.6.jar -------------------------------------------------------------------------------- /tools/mate/mate_components/anna-3.61.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/mate_components/anna-3.61.jar -------------------------------------------------------------------------------- /tools/mate/models/LemModel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/models/LemModel -------------------------------------------------------------------------------- /tools/mate/models/ParseModel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/models/ParseModel -------------------------------------------------------------------------------- /tools/mate/models/TagModel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/mate/models/TagModel -------------------------------------------------------------------------------- /tools/parseSentences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/parseSentences.py -------------------------------------------------------------------------------- /tools/phrasestruc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/phrasestruc.py -------------------------------------------------------------------------------- /tools/platinum.pyrite.transformConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/platinum.pyrite.transformConll.py -------------------------------------------------------------------------------- /tools/platinum.rhodium.transformConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/platinum.rhodium.transformConll.py -------------------------------------------------------------------------------- /tools/retokenisation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/retokenisation.py -------------------------------------------------------------------------------- /tools/retokeniseOnlineTrees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/retokeniseOnlineTrees.py -------------------------------------------------------------------------------- /tools/searchConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/searchConll.py -------------------------------------------------------------------------------- /tools/simplification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/simplification.py -------------------------------------------------------------------------------- /tools/textGridToSentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/textGridToSentence.py -------------------------------------------------------------------------------- /tools/transformConll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/tools/transformConll.py -------------------------------------------------------------------------------- /uploadFile.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/uploadFile.cgi -------------------------------------------------------------------------------- /uploader.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/uploader.cgi -------------------------------------------------------------------------------- /users/admin.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/users/admin.ini -------------------------------------------------------------------------------- /users/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/users/config.ini -------------------------------------------------------------------------------- /users/default.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/users/default.ini -------------------------------------------------------------------------------- /users/guest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/users/guest.ini -------------------------------------------------------------------------------- /users/user_files_go_in_here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /writeSvg.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/writeSvg.cgi -------------------------------------------------------------------------------- /xsitemessage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arborator/arborator-server/HEAD/xsitemessage.html --------------------------------------------------------------------------------