├── .gitignore ├── LICENSE ├── README.md ├── location ├── app.ddlog ├── deepdive.conf ├── input │ ├── article-small-8300.tsv.bz2 │ ├── articles.tsv.sh │ ├── init.sh │ ├── neg_db.tsv │ ├── negative_db.tsv.bz2 │ ├── pos_db.tsv │ └── positive_db.tsv.bz2 ├── labeling │ ├── .gitignore │ ├── has_spouse-precision-with_features │ │ ├── mindtagger.conf │ │ ├── sample-has_spouse-with_features.sql │ │ └── template-with_features.html │ └── has_spouse-precision │ │ ├── .Rhistory │ │ ├── mindtagger.conf │ │ ├── sample-has_spouse.sql │ │ └── template.html ├── mindbender │ ├── extensions.coffee │ ├── extensions.js │ ├── extensions.js.map │ └── search-template │ │ ├── articles.html │ │ ├── has_spouse.html │ │ ├── person_mention.html │ │ ├── sentences.html │ │ ├── spouse_feature.html │ │ ├── spouse_label.html │ │ └── spouses_dbpedia.html └── udf │ ├── bazaar │ └── parser │ │ ├── .idea │ │ ├── markdown-navigator │ │ │ └── profiles_settings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── parser.iml │ │ ├── vcs.xml │ │ └── workspace.xml │ │ ├── build.sbt │ │ ├── hs_err_pid6545.log │ │ ├── project │ │ ├── plugins.sbt │ │ ├── project │ │ │ └── target │ │ │ │ ├── config-classes │ │ │ │ ├── $296a15acf685daf074ea$.class │ │ │ │ ├── $296a15acf685daf074ea.cache │ │ │ │ ├── $296a15acf685daf074ea.class │ │ │ │ ├── $be972e860f3fa7a129f1$.class │ │ │ │ ├── $be972e860f3fa7a129f1.cache │ │ │ │ └── $be972e860f3fa7a129f1.class │ │ │ │ ├── resolution-cache │ │ │ │ ├── default │ │ │ │ │ └── parser-build-build │ │ │ │ │ │ └── scala_2.10 │ │ │ │ │ │ └── sbt_0.13 │ │ │ │ │ │ └── 0.1-SNAPSHOT │ │ │ │ │ │ ├── resolved.xml.properties │ │ │ │ │ │ └── resolved.xml.xml │ │ │ │ └── reports │ │ │ │ │ ├── default-parser-build-build-compile-internal.xml │ │ │ │ │ ├── default-parser-build-build-compile.xml │ │ │ │ │ ├── default-parser-build-build-docs.xml │ │ │ │ │ ├── default-parser-build-build-optional.xml │ │ │ │ │ ├── default-parser-build-build-plugin.xml │ │ │ │ │ ├── default-parser-build-build-pom.xml │ │ │ │ │ ├── default-parser-build-build-provided.xml │ │ │ │ │ ├── default-parser-build-build-runtime-internal.xml │ │ │ │ │ ├── default-parser-build-build-runtime.xml │ │ │ │ │ ├── default-parser-build-build-scala-tool.xml │ │ │ │ │ ├── default-parser-build-build-sources.xml │ │ │ │ │ ├── default-parser-build-build-test-internal.xml │ │ │ │ │ ├── default-parser-build-build-test.xml │ │ │ │ │ ├── ivy-report.css │ │ │ │ │ └── ivy-report.xsl │ │ │ │ └── streams │ │ │ │ ├── $global │ │ │ │ ├── $global │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── out │ │ │ │ ├── dependencyPositions │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── update_cache_2.10 │ │ │ │ │ │ ├── input_dsp │ │ │ │ │ │ └── output_dsp │ │ │ │ ├── ivyConfiguration │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── out │ │ │ │ ├── ivySbt │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── out │ │ │ │ ├── projectDescriptors │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── out │ │ │ │ └── update │ │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── out │ │ │ │ │ └── update_cache_2.10 │ │ │ │ │ ├── inputs │ │ │ │ │ └── output │ │ │ │ ├── compile │ │ │ │ ├── $global │ │ │ │ │ └── $global │ │ │ │ │ │ └── discoveredMainClasses │ │ │ │ │ │ └── data │ │ │ │ ├── compile │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ ├── export │ │ │ │ │ │ └── out │ │ │ │ ├── compileIncremental │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ ├── export │ │ │ │ │ │ └── out │ │ │ │ ├── copyResources │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ ├── copy-resources │ │ │ │ │ │ └── out │ │ │ │ ├── dependencyClasspath │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── export │ │ │ │ ├── exportedProducts │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── export │ │ │ │ ├── externalDependencyClasspath │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── export │ │ │ │ ├── internalDependencyClasspath │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── export │ │ │ │ ├── managedClasspath │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── export │ │ │ │ ├── unmanagedClasspath │ │ │ │ │ └── $global │ │ │ │ │ │ └── streams │ │ │ │ │ │ └── export │ │ │ │ └── unmanagedJars │ │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ └── runtime │ │ │ │ ├── dependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ ├── exportedProducts │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ ├── externalDependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ ├── fullClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ ├── internalDependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ ├── managedClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ ├── unmanagedClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ │ └── unmanagedJars │ │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ └── target │ │ │ ├── config-classes │ │ │ ├── $301cc57c44b392e1d70b$$anonfun$$sbtdef$1.class │ │ │ ├── $301cc57c44b392e1d70b$.class │ │ │ ├── $301cc57c44b392e1d70b.cache │ │ │ ├── $301cc57c44b392e1d70b.class │ │ │ ├── $654c3cf232d1db714346$$anonfun$$sbtdef$1.class │ │ │ ├── $654c3cf232d1db714346$.class │ │ │ ├── $654c3cf232d1db714346.cache │ │ │ ├── $654c3cf232d1db714346.class │ │ │ ├── $65c306909928ddedf0a3$$anonfun$$sbtdef$1.class │ │ │ ├── $65c306909928ddedf0a3$.class │ │ │ ├── $65c306909928ddedf0a3.cache │ │ │ ├── $65c306909928ddedf0a3.class │ │ │ ├── $827abe41d17b66e5ebb9$.class │ │ │ ├── $827abe41d17b66e5ebb9.cache │ │ │ ├── $827abe41d17b66e5ebb9.class │ │ │ ├── $8a2bde9d1b6d3fc7df45$$anonfun$$sbtdef$1.class │ │ │ ├── $8a2bde9d1b6d3fc7df45$.class │ │ │ ├── $8a2bde9d1b6d3fc7df45.cache │ │ │ ├── $8a2bde9d1b6d3fc7df45.class │ │ │ ├── $9817c12fa85d6bed2b5b$$anonfun$$sbtdef$1.class │ │ │ ├── $9817c12fa85d6bed2b5b$.class │ │ │ ├── $9817c12fa85d6bed2b5b.cache │ │ │ ├── $9817c12fa85d6bed2b5b.class │ │ │ ├── $a0203a1104d8546329a8$$anonfun$$sbtdef$1.class │ │ │ ├── $a0203a1104d8546329a8$.class │ │ │ ├── $a0203a1104d8546329a8.cache │ │ │ ├── $a0203a1104d8546329a8.class │ │ │ ├── $ccbbd6b2ffc1d27087f2$$anonfun$$sbtdef$1.class │ │ │ ├── $ccbbd6b2ffc1d27087f2$.class │ │ │ ├── $ccbbd6b2ffc1d27087f2.cache │ │ │ ├── $ccbbd6b2ffc1d27087f2.class │ │ │ ├── $eb5fa4b39498dc3968d6$$anonfun$$sbtdef$1.class │ │ │ ├── $eb5fa4b39498dc3968d6$.class │ │ │ ├── $eb5fa4b39498dc3968d6.cache │ │ │ ├── $eb5fa4b39498dc3968d6.class │ │ │ ├── $ecd7769d4ccdfbe1f585$$anonfun$$sbtdef$1.class │ │ │ ├── $ecd7769d4ccdfbe1f585$.class │ │ │ ├── $ecd7769d4ccdfbe1f585.cache │ │ │ └── $ecd7769d4ccdfbe1f585.class │ │ │ ├── resolution-cache │ │ │ ├── default │ │ │ │ └── parser-build │ │ │ │ │ └── scala_2.10 │ │ │ │ │ └── sbt_0.13 │ │ │ │ │ └── 0.1-SNAPSHOT │ │ │ │ │ ├── resolved.xml.properties │ │ │ │ │ └── resolved.xml.xml │ │ │ └── reports │ │ │ │ ├── default-parser-build-compile-internal.xml │ │ │ │ ├── default-parser-build-compile.xml │ │ │ │ ├── default-parser-build-docs.xml │ │ │ │ ├── default-parser-build-optional.xml │ │ │ │ ├── default-parser-build-plugin.xml │ │ │ │ ├── default-parser-build-pom.xml │ │ │ │ ├── default-parser-build-provided.xml │ │ │ │ ├── default-parser-build-runtime-internal.xml │ │ │ │ ├── default-parser-build-runtime.xml │ │ │ │ ├── default-parser-build-scala-tool.xml │ │ │ │ ├── default-parser-build-sources.xml │ │ │ │ ├── default-parser-build-test-internal.xml │ │ │ │ ├── default-parser-build-test.xml │ │ │ │ ├── ivy-report.css │ │ │ │ └── ivy-report.xsl │ │ │ └── streams │ │ │ ├── $global │ │ │ ├── $global │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ ├── dependencyPositions │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── update_cache_2.10 │ │ │ │ │ ├── input_dsp │ │ │ │ │ └── output_dsp │ │ │ ├── ivyConfiguration │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ ├── ivySbt │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ ├── projectDescriptors │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ └── update │ │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── out │ │ │ │ └── update_cache_2.10 │ │ │ │ ├── inputs │ │ │ │ └── output │ │ │ ├── compile │ │ │ ├── $global │ │ │ │ └── $global │ │ │ │ │ └── discoveredMainClasses │ │ │ │ │ └── data │ │ │ ├── compile │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── export │ │ │ │ │ └── out │ │ │ ├── compileIncremental │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── export │ │ │ │ │ └── out │ │ │ ├── copyResources │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── copy-resources │ │ │ │ │ └── out │ │ │ ├── dependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── exportedProducts │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── externalDependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── internalDependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── managedClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── unmanagedClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ └── unmanagedJars │ │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ └── runtime │ │ │ ├── dependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── exportedProducts │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── externalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── fullClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── internalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── managedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── unmanagedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ └── unmanagedJars │ │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── run.sh │ │ ├── run_parallel.sh │ │ ├── sbt │ │ ├── sbt │ │ └── sbt-launch.jar │ │ ├── setup.sh │ │ ├── src │ │ ├── main │ │ │ └── scala │ │ │ │ └── com │ │ │ │ └── clearcut │ │ │ │ └── nlp │ │ │ │ ├── DocumentParseResult.scala │ │ │ │ ├── DocumentParser.scala │ │ │ │ ├── JSONReader.scala │ │ │ │ ├── Main.scala │ │ │ │ ├── Server.scala │ │ │ │ └── TSVReader.scala │ │ └── test │ │ │ ├── resources │ │ │ ├── input.json.txt │ │ │ ├── testdoc.html │ │ │ └── testdoc.txt │ │ │ └── scala │ │ │ └── DocumentParserSpec.scala │ │ └── target │ │ ├── resolution-cache │ │ ├── deepdive-nlp-parser │ │ │ └── deepdive-nlp-parser_2.10 │ │ │ │ └── 0.1 │ │ │ │ ├── resolved.xml.properties │ │ │ │ └── resolved.xml.xml │ │ └── reports │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile-internal.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-docs.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-optional.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-plugin.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-pom.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-provided.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime-internal.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-scala-tool.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-sources.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-test-internal.xml │ │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-test.xml │ │ │ ├── ivy-report.css │ │ │ └── ivy-report.xsl │ │ ├── scala-2.10 │ │ └── classes │ │ │ └── com │ │ │ └── clearcut │ │ │ └── nlp │ │ │ ├── DocumentParseResult$.class │ │ │ ├── DocumentParseResult.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$1.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$3.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$4.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$5.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$6.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$7.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$8.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$9.class │ │ │ ├── DocumentParser$$anonfun$2$$anonfun$apply$1.class │ │ │ ├── DocumentParser$$anonfun$2.class │ │ │ ├── DocumentParser$$anonfun$intList2TSVArray$1.class │ │ │ ├── DocumentParser$$anonfun$list2TSVArray$1.class │ │ │ ├── DocumentParser.class │ │ │ ├── JSONReader$$anonfun$1.class │ │ │ ├── JSONReader$$anonfun$fetchNext$1.class │ │ │ ├── JSONReader.class │ │ │ ├── Main$$anon$1$$anonfun$1.class │ │ │ ├── Main$$anon$1$$anonfun$2.class │ │ │ ├── Main$$anon$1$$anonfun$3.class │ │ │ ├── Main$$anon$1$$anonfun$4.class │ │ │ ├── Main$$anon$1$$anonfun$5.class │ │ │ ├── Main$$anon$1$$anonfun$6.class │ │ │ ├── Main$$anon$1$$anonfun$7.class │ │ │ ├── Main$$anon$1$$anonfun$8.class │ │ │ ├── Main$$anon$1.class │ │ │ ├── Main$$anonfun$10.class │ │ │ ├── Main$$anonfun$11.class │ │ │ ├── Main$$anonfun$12$$anonfun$apply$1$$anonfun$13.class │ │ │ ├── Main$$anonfun$12$$anonfun$apply$1.class │ │ │ ├── Main$$anonfun$12.class │ │ │ ├── Main$$anonfun$9.class │ │ │ ├── Main$.class │ │ │ ├── Main$Config$.class │ │ │ ├── Main$Config.class │ │ │ ├── Main$delayedInit$body.class │ │ │ ├── Main.class │ │ │ ├── SentenceParseResult$.class │ │ │ ├── SentenceParseResult.class │ │ │ ├── Server$$anonfun$1$$anonfun$2.class │ │ │ ├── Server$$anonfun$1$$anonfun$applyOrElse$1.class │ │ │ ├── Server$$anonfun$1.class │ │ │ ├── Server.class │ │ │ ├── TSVReader$$anonfun$1.class │ │ │ └── TSVReader.class │ │ ├── start │ │ └── streams │ │ ├── $global │ │ ├── $global │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── dependencyPositions │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── update_cache_2.10 │ │ │ │ ├── input_dsp │ │ │ │ └── output_dsp │ │ ├── ivyConfiguration │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── ivySbt │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── projectDescriptors │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── startScriptForClasses │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ └── update │ │ │ └── $global │ │ │ └── streams │ │ │ ├── out │ │ │ └── update_cache_2.10 │ │ │ ├── inputs │ │ │ └── output │ │ ├── compile │ │ ├── $global │ │ │ └── $global │ │ │ │ └── discoveredMainClasses │ │ │ │ └── data │ │ ├── compile │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── compileIncremental │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── export │ │ │ │ └── out │ │ ├── copyResources │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── copy-resources │ │ │ │ └── out │ │ ├── dependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── exportedProducts │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── externalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── incCompileSetup │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── inc_compile_2.10 │ │ ├── internalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── mainClass │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── managedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── unmanagedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ └── unmanagedJars │ │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ └── runtime │ │ ├── dependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── exportedProducts │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── externalDependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── fullClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── internalDependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── managedClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── unmanagedClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ └── unmanagedJars │ │ └── $global │ │ └── streams │ │ └── export │ ├── extract_location_features.py │ ├── hs_err_pid43425.log │ ├── map_location_mention.py │ ├── nlp_markup.sh │ ├── query_result-2.csv │ ├── sup_spo_test.py │ └── supervise_affiliation.py └── spouse ├── app.ddlog ├── deepdive.conf ├── input ├── init.sh ├── news-100.tsv.bz2 └── spouse_dbpedia.csv.bz2 ├── labeling ├── .gitignore ├── has_spouse-precision-with_features │ ├── mindtagger.conf │ ├── sample-has_spouse-with_features.sql │ └── template-with_features.html └── has_spouse-precision │ ├── .Rhistory │ ├── mindtagger.conf │ ├── sample-has_spouse.sql │ └── template.html ├── mindbender ├── extensions.coffee ├── extensions.js ├── extensions.js.map └── search-template │ ├── articles.html │ ├── has_spouse.html │ ├── person_mention.html │ ├── sentences.html │ ├── spouse_feature.html │ ├── spouse_label.html │ └── spouses_dbpedia.html └── udf ├── bazaar └── parser │ ├── build.sbt │ ├── project │ ├── plugins.sbt │ ├── project │ │ └── target │ │ │ ├── config-classes │ │ │ ├── $43077aa32064c260d454$.class │ │ │ ├── $43077aa32064c260d454.cache │ │ │ ├── $43077aa32064c260d454.class │ │ │ ├── $586593ca0d492f9a665c$.class │ │ │ ├── $586593ca0d492f9a665c.cache │ │ │ └── $586593ca0d492f9a665c.class │ │ │ ├── resolution-cache │ │ │ ├── default │ │ │ │ └── parser-build-build │ │ │ │ │ └── scala_2.10 │ │ │ │ │ └── sbt_0.13 │ │ │ │ │ └── 0.1-SNAPSHOT │ │ │ │ │ ├── resolved.xml.properties │ │ │ │ │ └── resolved.xml.xml │ │ │ └── reports │ │ │ │ ├── default-parser-build-build-compile-internal.xml │ │ │ │ ├── default-parser-build-build-compile.xml │ │ │ │ ├── default-parser-build-build-docs.xml │ │ │ │ ├── default-parser-build-build-optional.xml │ │ │ │ ├── default-parser-build-build-plugin.xml │ │ │ │ ├── default-parser-build-build-pom.xml │ │ │ │ ├── default-parser-build-build-provided.xml │ │ │ │ ├── default-parser-build-build-runtime-internal.xml │ │ │ │ ├── default-parser-build-build-runtime.xml │ │ │ │ ├── default-parser-build-build-scala-tool.xml │ │ │ │ ├── default-parser-build-build-sources.xml │ │ │ │ ├── default-parser-build-build-test-internal.xml │ │ │ │ ├── default-parser-build-build-test.xml │ │ │ │ ├── ivy-report.css │ │ │ │ └── ivy-report.xsl │ │ │ └── streams │ │ │ ├── $global │ │ │ ├── $global │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ ├── dependencyPositions │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── update_cache_2.10 │ │ │ │ │ ├── input_dsp │ │ │ │ │ └── output_dsp │ │ │ ├── ivyConfiguration │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ ├── ivySbt │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ ├── projectDescriptors │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── out │ │ │ └── update │ │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── out │ │ │ │ └── update_cache_2.10 │ │ │ │ ├── inputs │ │ │ │ └── output │ │ │ ├── compile │ │ │ ├── $global │ │ │ │ └── $global │ │ │ │ │ └── discoveredMainClasses │ │ │ │ │ └── data │ │ │ ├── compile │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── export │ │ │ │ │ └── out │ │ │ ├── compileIncremental │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── export │ │ │ │ │ └── out │ │ │ ├── copyResources │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ ├── copy-resources │ │ │ │ │ └── out │ │ │ ├── dependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── exportedProducts │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── externalDependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── internalDependencyClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── managedClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ ├── unmanagedClasspath │ │ │ │ └── $global │ │ │ │ │ └── streams │ │ │ │ │ └── export │ │ │ └── unmanagedJars │ │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ └── runtime │ │ │ ├── dependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── exportedProducts │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── externalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── fullClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── internalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── managedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ ├── unmanagedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ │ └── unmanagedJars │ │ │ └── $global │ │ │ └── streams │ │ │ └── export │ └── target │ │ ├── config-classes │ │ ├── $110e4ba2d815b9ccfa98$$anonfun$$sbtdef$1.class │ │ ├── $110e4ba2d815b9ccfa98$.class │ │ ├── $110e4ba2d815b9ccfa98.cache │ │ ├── $110e4ba2d815b9ccfa98.class │ │ ├── $400866b5e131433a3553$$anonfun$$sbtdef$1.class │ │ ├── $400866b5e131433a3553$.class │ │ ├── $400866b5e131433a3553.cache │ │ ├── $400866b5e131433a3553.class │ │ ├── $449a0afac93943ea276f$$anonfun$$sbtdef$1.class │ │ ├── $449a0afac93943ea276f$.class │ │ ├── $449a0afac93943ea276f.cache │ │ ├── $449a0afac93943ea276f.class │ │ ├── $4f86b5fc2b792fb88332$.class │ │ ├── $4f86b5fc2b792fb88332.cache │ │ ├── $4f86b5fc2b792fb88332.class │ │ ├── $5dcde8dd1da3c97ecad7$$anonfun$$sbtdef$1.class │ │ ├── $5dcde8dd1da3c97ecad7$.class │ │ ├── $5dcde8dd1da3c97ecad7.cache │ │ ├── $5dcde8dd1da3c97ecad7.class │ │ ├── $6c5a22b0df4a23e69694$$anonfun$$sbtdef$1.class │ │ ├── $6c5a22b0df4a23e69694$.class │ │ ├── $6c5a22b0df4a23e69694.cache │ │ ├── $6c5a22b0df4a23e69694.class │ │ ├── $85f78a0184889b4e8c8f$$anonfun$$sbtdef$1.class │ │ ├── $85f78a0184889b4e8c8f$.class │ │ ├── $85f78a0184889b4e8c8f.cache │ │ ├── $85f78a0184889b4e8c8f.class │ │ ├── $aa0e2c7a0a3d3d9e01d1$$anonfun$$sbtdef$1.class │ │ ├── $aa0e2c7a0a3d3d9e01d1$.class │ │ ├── $aa0e2c7a0a3d3d9e01d1.cache │ │ ├── $aa0e2c7a0a3d3d9e01d1.class │ │ ├── $aa7fbbef5792e26ef2f9$$anonfun$$sbtdef$1.class │ │ ├── $aa7fbbef5792e26ef2f9$.class │ │ ├── $aa7fbbef5792e26ef2f9.cache │ │ ├── $aa7fbbef5792e26ef2f9.class │ │ ├── $ddc32617705cfd60d1a0$$anonfun$$sbtdef$1.class │ │ ├── $ddc32617705cfd60d1a0$.class │ │ ├── $ddc32617705cfd60d1a0.cache │ │ └── $ddc32617705cfd60d1a0.class │ │ ├── resolution-cache │ │ ├── default │ │ │ └── parser-build │ │ │ │ └── scala_2.10 │ │ │ │ └── sbt_0.13 │ │ │ │ └── 0.1-SNAPSHOT │ │ │ │ ├── resolved.xml.properties │ │ │ │ └── resolved.xml.xml │ │ └── reports │ │ │ ├── default-parser-build-compile-internal.xml │ │ │ ├── default-parser-build-compile.xml │ │ │ ├── default-parser-build-docs.xml │ │ │ ├── default-parser-build-optional.xml │ │ │ ├── default-parser-build-plugin.xml │ │ │ ├── default-parser-build-pom.xml │ │ │ ├── default-parser-build-provided.xml │ │ │ ├── default-parser-build-runtime-internal.xml │ │ │ ├── default-parser-build-runtime.xml │ │ │ ├── default-parser-build-scala-tool.xml │ │ │ ├── default-parser-build-sources.xml │ │ │ ├── default-parser-build-test-internal.xml │ │ │ ├── default-parser-build-test.xml │ │ │ ├── ivy-report.css │ │ │ └── ivy-report.xsl │ │ └── streams │ │ ├── $global │ │ ├── $global │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── dependencyPositions │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── update_cache_2.10 │ │ │ │ ├── input_dsp │ │ │ │ └── output_dsp │ │ ├── ivyConfiguration │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── ivySbt │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ ├── projectDescriptors │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── out │ │ └── update │ │ │ └── $global │ │ │ └── streams │ │ │ ├── out │ │ │ └── update_cache_2.10 │ │ │ ├── inputs │ │ │ └── output │ │ ├── compile │ │ ├── $global │ │ │ └── $global │ │ │ │ └── discoveredMainClasses │ │ │ │ └── data │ │ ├── compile │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── export │ │ │ │ └── out │ │ ├── compileIncremental │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── export │ │ │ │ └── out │ │ ├── copyResources │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ ├── copy-resources │ │ │ │ └── out │ │ ├── dependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── exportedProducts │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── externalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── internalDependencyClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── managedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ ├── unmanagedClasspath │ │ │ └── $global │ │ │ │ └── streams │ │ │ │ └── export │ │ └── unmanagedJars │ │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ └── runtime │ │ ├── dependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── exportedProducts │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── externalDependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── fullClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── internalDependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── managedClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ ├── unmanagedClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ │ └── unmanagedJars │ │ └── $global │ │ └── streams │ │ └── export │ ├── run.sh │ ├── run_parallel.sh │ ├── sbt │ ├── sbt │ └── sbt-launch.jar │ ├── setup.sh │ ├── src │ ├── main │ │ └── scala │ │ │ └── com │ │ │ └── clearcut │ │ │ └── nlp │ │ │ ├── DocumentParseResult.scala │ │ │ ├── DocumentParser.scala │ │ │ ├── JSONReader.scala │ │ │ ├── Main.scala │ │ │ ├── Server.scala │ │ │ └── TSVReader.scala │ └── test │ │ ├── resources │ │ ├── input.json.txt │ │ ├── testdoc.html │ │ └── testdoc.txt │ │ └── scala │ │ └── DocumentParserSpec.scala │ └── target │ ├── resolution-cache │ ├── deepdive-nlp-parser │ │ └── deepdive-nlp-parser_2.10 │ │ │ └── 0.1 │ │ │ ├── resolved.xml.properties │ │ │ └── resolved.xml.xml │ └── reports │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile-internal.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-docs.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-optional.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-plugin.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-pom.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-provided.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime-internal.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-scala-tool.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-sources.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-test-internal.xml │ │ ├── deepdive-nlp-parser-deepdive-nlp-parser_2.10-test.xml │ │ ├── ivy-report.css │ │ └── ivy-report.xsl │ ├── scala-2.10 │ └── classes │ │ └── com │ │ └── clearcut │ │ └── nlp │ │ ├── DocumentParseResult$.class │ │ ├── DocumentParseResult.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$1.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$3.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$4.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$5.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$6.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$7.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$8.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$9.class │ │ ├── DocumentParser$$anonfun$2$$anonfun$apply$1.class │ │ ├── DocumentParser$$anonfun$2.class │ │ ├── DocumentParser$$anonfun$intList2TSVArray$1.class │ │ ├── DocumentParser$$anonfun$list2TSVArray$1.class │ │ ├── DocumentParser.class │ │ ├── JSONReader$$anonfun$1.class │ │ ├── JSONReader$$anonfun$fetchNext$1.class │ │ ├── JSONReader.class │ │ ├── Main$$anon$1$$anonfun$1.class │ │ ├── Main$$anon$1$$anonfun$2.class │ │ ├── Main$$anon$1$$anonfun$3.class │ │ ├── Main$$anon$1$$anonfun$4.class │ │ ├── Main$$anon$1$$anonfun$5.class │ │ ├── Main$$anon$1$$anonfun$6.class │ │ ├── Main$$anon$1$$anonfun$7.class │ │ ├── Main$$anon$1$$anonfun$8.class │ │ ├── Main$$anon$1.class │ │ ├── Main$$anonfun$10.class │ │ ├── Main$$anonfun$11.class │ │ ├── Main$$anonfun$12$$anonfun$apply$1$$anonfun$13.class │ │ ├── Main$$anonfun$12$$anonfun$apply$1.class │ │ ├── Main$$anonfun$12.class │ │ ├── Main$$anonfun$9.class │ │ ├── Main$.class │ │ ├── Main$Config$.class │ │ ├── Main$Config.class │ │ ├── Main$delayedInit$body.class │ │ ├── Main.class │ │ ├── SentenceParseResult$.class │ │ ├── SentenceParseResult.class │ │ ├── Server$$anonfun$1$$anonfun$2.class │ │ ├── Server$$anonfun$1$$anonfun$applyOrElse$1.class │ │ ├── Server$$anonfun$1.class │ │ ├── Server.class │ │ ├── TSVReader$$anonfun$1.class │ │ └── TSVReader.class │ ├── start │ └── streams │ ├── $global │ ├── $global │ │ └── $global │ │ │ └── streams │ │ │ └── out │ ├── dependencyPositions │ │ └── $global │ │ │ └── streams │ │ │ └── update_cache_2.10 │ │ │ ├── input_dsp │ │ │ └── output_dsp │ ├── ivyConfiguration │ │ └── $global │ │ │ └── streams │ │ │ └── out │ ├── ivySbt │ │ └── $global │ │ │ └── streams │ │ │ └── out │ ├── projectDescriptors │ │ └── $global │ │ │ └── streams │ │ │ └── out │ ├── startScriptForClasses │ │ └── $global │ │ │ └── streams │ │ │ └── out │ └── update │ │ └── $global │ │ └── streams │ │ ├── out │ │ └── update_cache_2.10 │ │ ├── inputs │ │ └── output │ ├── compile │ ├── $global │ │ └── $global │ │ │ └── discoveredMainClasses │ │ │ └── data │ ├── compile │ │ └── $global │ │ │ └── streams │ │ │ └── out │ ├── compileIncremental │ │ └── $global │ │ │ └── streams │ │ │ ├── export │ │ │ └── out │ ├── copyResources │ │ └── $global │ │ │ └── streams │ │ │ ├── copy-resources │ │ │ └── out │ ├── dependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ ├── exportedProducts │ │ └── $global │ │ │ └── streams │ │ │ └── export │ ├── externalDependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ ├── incCompileSetup │ │ └── $global │ │ │ └── streams │ │ │ └── inc_compile_2.10 │ ├── internalDependencyClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ ├── mainClass │ │ └── $global │ │ │ └── streams │ │ │ └── out │ ├── managedClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ ├── unmanagedClasspath │ │ └── $global │ │ │ └── streams │ │ │ └── export │ └── unmanagedJars │ │ └── $global │ │ └── streams │ │ └── export │ └── runtime │ ├── dependencyClasspath │ └── $global │ │ └── streams │ │ └── export │ ├── exportedProducts │ └── $global │ │ └── streams │ │ └── export │ ├── externalDependencyClasspath │ └── $global │ │ └── streams │ │ └── export │ ├── fullClasspath │ └── $global │ │ └── streams │ │ └── export │ ├── internalDependencyClasspath │ └── $global │ │ └── streams │ │ └── export │ ├── managedClasspath │ └── $global │ │ └── streams │ │ └── export │ ├── unmanagedClasspath │ └── $global │ │ └── streams │ │ └── export │ └── unmanagedJars │ └── $global │ └── streams │ └── export ├── extract_spouse_features.py ├── map_person_mention.py ├── nlp_markup.sh └── supervise_spouse.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/README.md -------------------------------------------------------------------------------- /location/app.ddlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/app.ddlog -------------------------------------------------------------------------------- /location/deepdive.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/deepdive.conf -------------------------------------------------------------------------------- /location/input/article-small-8300.tsv.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/article-small-8300.tsv.bz2 -------------------------------------------------------------------------------- /location/input/articles.tsv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/articles.tsv.sh -------------------------------------------------------------------------------- /location/input/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/init.sh -------------------------------------------------------------------------------- /location/input/neg_db.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/neg_db.tsv -------------------------------------------------------------------------------- /location/input/negative_db.tsv.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/negative_db.tsv.bz2 -------------------------------------------------------------------------------- /location/input/pos_db.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/pos_db.tsv -------------------------------------------------------------------------------- /location/input/positive_db.tsv.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/input/positive_db.tsv.bz2 -------------------------------------------------------------------------------- /location/labeling/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/.gitignore -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision-with_features/mindtagger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/has_spouse-precision-with_features/mindtagger.conf -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision-with_features/sample-has_spouse-with_features.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/has_spouse-precision-with_features/sample-has_spouse-with_features.sql -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision-with_features/template-with_features.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/has_spouse-precision-with_features/template-with_features.html -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision/.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision/mindtagger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/has_spouse-precision/mindtagger.conf -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision/sample-has_spouse.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/has_spouse-precision/sample-has_spouse.sql -------------------------------------------------------------------------------- /location/labeling/has_spouse-precision/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/labeling/has_spouse-precision/template.html -------------------------------------------------------------------------------- /location/mindbender/extensions.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/extensions.coffee -------------------------------------------------------------------------------- /location/mindbender/extensions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/extensions.js -------------------------------------------------------------------------------- /location/mindbender/extensions.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/extensions.js.map -------------------------------------------------------------------------------- /location/mindbender/search-template/articles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/articles.html -------------------------------------------------------------------------------- /location/mindbender/search-template/has_spouse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/has_spouse.html -------------------------------------------------------------------------------- /location/mindbender/search-template/person_mention.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/person_mention.html -------------------------------------------------------------------------------- /location/mindbender/search-template/sentences.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/sentences.html -------------------------------------------------------------------------------- /location/mindbender/search-template/spouse_feature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/spouse_feature.html -------------------------------------------------------------------------------- /location/mindbender/search-template/spouse_label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/spouse_label.html -------------------------------------------------------------------------------- /location/mindbender/search-template/spouses_dbpedia.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/mindbender/search-template/spouses_dbpedia.html -------------------------------------------------------------------------------- /location/udf/bazaar/parser/.idea/markdown-navigator/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/.idea/markdown-navigator/profiles_settings.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/.idea/misc.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/.idea/modules.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/.idea/parser.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/.idea/parser.iml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/.idea/vcs.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/.idea/workspace.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/build.sbt -------------------------------------------------------------------------------- /location/udf/bazaar/parser/hs_err_pid6545.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/hs_err_pid6545.log -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/plugins.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/plugins.sbt -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/config-classes/$296a15acf685daf074ea$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/config-classes/$296a15acf685daf074ea$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/config-classes/$296a15acf685daf074ea.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/config-classes/$296a15acf685daf074ea.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/config-classes/$296a15acf685daf074ea.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/config-classes/$be972e860f3fa7a129f1$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/config-classes/$be972e860f3fa7a129f1$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/config-classes/$be972e860f3fa7a129f1.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/config-classes/$be972e860f3fa7a129f1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/config-classes/$be972e860f3fa7a129f1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-docs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-docs.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-optional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-optional.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-plugin.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-pom.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-provided.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-provided.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-scala-tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-scala-tool.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-sources.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.css -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.xsl -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/$global/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/ivyConfiguration/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/$global/ivyConfiguration/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/ivySbt/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/projectDescriptors/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/output -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/$global/$global/discoveredMainClasses/data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/compile/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/compile/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/compile/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/compileIncremental/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/compileIncremental/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/compileIncremental/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/copy-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/copy-resources -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/compile/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/compile/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/runtime/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/runtime/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/fullClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/runtime/fullClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/project/target/streams/runtime/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$301cc57c44b392e1d70b.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$654c3cf232d1db714346.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$65c306909928ddedf0a3.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$827abe41d17b66e5ebb9$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$827abe41d17b66e5ebb9$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$827abe41d17b66e5ebb9.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$827abe41d17b66e5ebb9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$827abe41d17b66e5ebb9.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$8a2bde9d1b6d3fc7df45.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$9817c12fa85d6bed2b5b.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$a0203a1104d8546329a8.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$ccbbd6b2ffc1d27087f2.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$eb5fa4b39498dc3968d6.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/config-classes/$ecd7769d4ccdfbe1f585.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-docs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-docs.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-optional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-optional.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-plugin.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-pom.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-provided.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-provided.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-scala-tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-scala-tool.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-sources.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.css -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.xsl -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/$global/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/ivyConfiguration/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/$global/ivyConfiguration/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/ivySbt/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/projectDescriptors/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/output -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/$global/$global/discoveredMainClasses/data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/compile/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/compile/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/compile/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/compileIncremental/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/compileIncremental/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/compileIncremental/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/copy-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/copy-resources -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/compile/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/compile/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/runtime/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/runtime/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/runtime/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/fullClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/runtime/fullClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/project/target/streams/runtime/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/project/target/streams/runtime/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/run.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | 3 | export JAVA_OPTS="-Xmx3g -Dfile.encoding=UTF-8" 4 | 5 | $(dirname $0)/target/start $@ 6 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/run_parallel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/run_parallel.sh -------------------------------------------------------------------------------- /location/udf/bazaar/parser/sbt/sbt: -------------------------------------------------------------------------------- 1 | java $SBT_OPTS -jar `dirname $0`/sbt-launch.jar "$@" -------------------------------------------------------------------------------- /location/udf/bazaar/parser/sbt/sbt-launch.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/sbt/sbt-launch.jar -------------------------------------------------------------------------------- /location/udf/bazaar/parser/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/setup.sh -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParseResult.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParseResult.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParser.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParser.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/JSONReader.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/JSONReader.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Main.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Main.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Server.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Server.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/TSVReader.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/TSVReader.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/test/resources/input.json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/test/resources/input.json.txt -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/test/resources/testdoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/test/resources/testdoc.html -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/test/resources/testdoc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/test/resources/testdoc.txt -------------------------------------------------------------------------------- /location/udf/bazaar/parser/src/test/scala/DocumentParserSpec.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/src/test/scala/DocumentParserSpec.scala -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.properties -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-docs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-docs.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-optional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-optional.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-plugin.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-pom.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-provided.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-provided.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-scala-tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-scala-tool.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-sources.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test-internal.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test.xml -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.css -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.xsl -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$3.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$4.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$5.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$6.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$7.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$8.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$9.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$apply$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$apply$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$intList2TSVArray$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$intList2TSVArray$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$list2TSVArray$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$list2TSVArray$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$fetchNext$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$fetchNext$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$2.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$3.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$4.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$5.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$6.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$7.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$8.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$10.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$11.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1$$anonfun$13.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1$$anonfun$13.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$9.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$delayedInit$body.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$delayedInit$body.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult$.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$2.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$applyOrElse$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$applyOrElse$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader$$anonfun$1.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader.class -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/start -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/$global/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/$global/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/ivyConfiguration/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/ivyConfiguration/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/ivySbt/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/projectDescriptors/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/startScriptForClasses/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/startScriptForClasses/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/update/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/update/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/inputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/inputs -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/output -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/$global/$global/discoveredMainClasses/data: -------------------------------------------------------------------------------- 1 | com.clearcut.nlp.Main -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/compile/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/copy-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/copy-resources -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/out -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/incCompileSetup/$global/streams/inc_compile_2.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/incCompileSetup/$global/streams/inc_compile_2.10 -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/mainClass/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/unmanagedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/compile/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/compile/unmanagedJars/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/fullClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/fullClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/internalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/unmanagedClasspath/$global/streams/export -------------------------------------------------------------------------------- /location/udf/bazaar/parser/target/streams/runtime/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/bazaar/parser/target/streams/runtime/unmanagedJars/$global/streams/export -------------------------------------------------------------------------------- /location/udf/extract_location_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/extract_location_features.py -------------------------------------------------------------------------------- /location/udf/hs_err_pid43425.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/hs_err_pid43425.log -------------------------------------------------------------------------------- /location/udf/map_location_mention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/map_location_mention.py -------------------------------------------------------------------------------- /location/udf/nlp_markup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/nlp_markup.sh -------------------------------------------------------------------------------- /location/udf/query_result-2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/query_result-2.csv -------------------------------------------------------------------------------- /location/udf/sup_spo_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/sup_spo_test.py -------------------------------------------------------------------------------- /location/udf/supervise_affiliation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/location/udf/supervise_affiliation.py -------------------------------------------------------------------------------- /spouse/app.ddlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/app.ddlog -------------------------------------------------------------------------------- /spouse/deepdive.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/deepdive.conf -------------------------------------------------------------------------------- /spouse/input/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/input/init.sh -------------------------------------------------------------------------------- /spouse/input/news-100.tsv.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/input/news-100.tsv.bz2 -------------------------------------------------------------------------------- /spouse/input/spouse_dbpedia.csv.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/input/spouse_dbpedia.csv.bz2 -------------------------------------------------------------------------------- /spouse/labeling/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/.gitignore -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision-with_features/mindtagger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/has_spouse-precision-with_features/mindtagger.conf -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision-with_features/sample-has_spouse-with_features.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/has_spouse-precision-with_features/sample-has_spouse-with_features.sql -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision-with_features/template-with_features.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/has_spouse-precision-with_features/template-with_features.html -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision/.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision/mindtagger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/has_spouse-precision/mindtagger.conf -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision/sample-has_spouse.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/has_spouse-precision/sample-has_spouse.sql -------------------------------------------------------------------------------- /spouse/labeling/has_spouse-precision/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/labeling/has_spouse-precision/template.html -------------------------------------------------------------------------------- /spouse/mindbender/extensions.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/extensions.coffee -------------------------------------------------------------------------------- /spouse/mindbender/extensions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/extensions.js -------------------------------------------------------------------------------- /spouse/mindbender/extensions.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/extensions.js.map -------------------------------------------------------------------------------- /spouse/mindbender/search-template/articles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/articles.html -------------------------------------------------------------------------------- /spouse/mindbender/search-template/has_spouse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/has_spouse.html -------------------------------------------------------------------------------- /spouse/mindbender/search-template/person_mention.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/person_mention.html -------------------------------------------------------------------------------- /spouse/mindbender/search-template/sentences.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/sentences.html -------------------------------------------------------------------------------- /spouse/mindbender/search-template/spouse_feature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/spouse_feature.html -------------------------------------------------------------------------------- /spouse/mindbender/search-template/spouse_label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/spouse_label.html -------------------------------------------------------------------------------- /spouse/mindbender/search-template/spouses_dbpedia.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/mindbender/search-template/spouses_dbpedia.html -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/build.sbt -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/plugins.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/plugins.sbt -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/config-classes/$43077aa32064c260d454$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/config-classes/$43077aa32064c260d454$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/config-classes/$43077aa32064c260d454.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/config-classes/$43077aa32064c260d454.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/config-classes/$43077aa32064c260d454.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/config-classes/$586593ca0d492f9a665c$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/config-classes/$586593ca0d492f9a665c$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/config-classes/$586593ca0d492f9a665c.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/config-classes/$586593ca0d492f9a665c.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/config-classes/$586593ca0d492f9a665c.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/default/parser-build-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-compile.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-docs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-docs.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-optional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-optional.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-plugin.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-pom.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-provided.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-provided.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-runtime.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-scala-tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-scala-tool.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-sources.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/default-parser-build-build-test.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.css -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/resolution-cache/reports/ivy-report.xsl -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/$global/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/ivyConfiguration/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/$global/ivyConfiguration/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/ivySbt/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/projectDescriptors/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/$global/update/$global/streams/update_cache_2.10/output -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/$global/$global/discoveredMainClasses/data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/compile/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/compile/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/compile/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/compileIncremental/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/compileIncremental/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/compileIncremental/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/copy-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/copy-resources -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/copyResources/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/compile/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/compile/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/runtime/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/runtime/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/fullClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/runtime/fullClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/project/target/streams/runtime/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$110e4ba2d815b9ccfa98.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$400866b5e131433a3553.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$449a0afac93943ea276f.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$4f86b5fc2b792fb88332$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$4f86b5fc2b792fb88332$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$4f86b5fc2b792fb88332.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$4f86b5fc2b792fb88332.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$4f86b5fc2b792fb88332.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$5dcde8dd1da3c97ecad7.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$6c5a22b0df4a23e69694.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$85f78a0184889b4e8c8f.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$aa0e2c7a0a3d3d9e01d1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$aa7fbbef5792e26ef2f9.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0$$anonfun$$sbtdef$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0$$anonfun$$sbtdef$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0.cache: -------------------------------------------------------------------------------- 1 | sbt.internals.DslEntry -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/config-classes/$ddc32617705cfd60d1a0.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/default/parser-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-compile.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-docs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-docs.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-optional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-optional.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-plugin.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-pom.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-provided.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-provided.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-runtime.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-scala-tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-scala-tool.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-sources.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/default-parser-build-test.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.css -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/resolution-cache/reports/ivy-report.xsl -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/$global/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/ivyConfiguration/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/$global/ivyConfiguration/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/ivySbt/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/projectDescriptors/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/inputs -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/$global/update/$global/streams/update_cache_2.10/output -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/$global/$global/discoveredMainClasses/data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/compile/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/compile/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/compile/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/compileIncremental/$global/streams/export: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/compileIncremental/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/compileIncremental/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/copy-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/copy-resources -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/copyResources/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/compile/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/compile/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/runtime/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/runtime/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/runtime/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/fullClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/runtime/fullClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/runtime/internalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/project/target/streams/runtime/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/project/target/streams/runtime/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/run.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | 3 | export JAVA_OPTS="-Xmx3g -Dfile.encoding=UTF-8" 4 | 5 | $(dirname $0)/target/start $@ 6 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/run_parallel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/run_parallel.sh -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/sbt/sbt: -------------------------------------------------------------------------------- 1 | java $SBT_OPTS -jar `dirname $0`/sbt-launch.jar "$@" -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/sbt/sbt-launch.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/sbt/sbt-launch.jar -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/setup.sh -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParseResult.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParseResult.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParser.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/DocumentParser.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/JSONReader.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/JSONReader.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Main.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Main.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Server.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/Server.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/TSVReader.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/main/scala/com/clearcut/nlp/TSVReader.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/test/resources/input.json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/test/resources/input.json.txt -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/test/resources/testdoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/test/resources/testdoc.html -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/test/resources/testdoc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/test/resources/testdoc.txt -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/src/test/scala/DocumentParserSpec.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/src/test/scala/DocumentParserSpec.scala -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.properties -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/deepdive-nlp-parser/deepdive-nlp-parser_2.10/0.1/resolved.xml.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-compile.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-docs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-docs.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-optional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-optional.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-plugin.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-pom.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-provided.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-provided.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-runtime.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-scala-tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-scala-tool.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-sources.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test-internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test-internal.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/deepdive-nlp-parser-deepdive-nlp-parser_2.10-test.xml -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.css -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/resolution-cache/reports/ivy-report.xsl -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParseResult.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$3.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$4.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$5.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$6.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$7.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$8.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$9.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$apply$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2$$anonfun$apply$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$2.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$intList2TSVArray$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$intList2TSVArray$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$list2TSVArray$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser$$anonfun$list2TSVArray$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/DocumentParser.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$fetchNext$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader$$anonfun$fetchNext$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/JSONReader.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$2.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$3.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$4.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$5.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$6.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$7.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1$$anonfun$8.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anon$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$10.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$11.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1$$anonfun$13.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1$$anonfun$13.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12$$anonfun$apply$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$12.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$$anonfun$9.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$Config.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$delayedInit$body.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main$delayedInit$body.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Main.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult$.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult$.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/SentenceParseResult.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$2.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$applyOrElse$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1$$anonfun$applyOrElse$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server$$anonfun$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/Server.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader$$anonfun$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader$$anonfun$1.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/scala-2.10/classes/com/clearcut/nlp/TSVReader.class -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/start -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/$global/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/$global/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/input_dsp -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/dependencyPositions/$global/streams/update_cache_2.10/output_dsp -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/ivyConfiguration/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/ivyConfiguration/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/ivySbt/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/projectDescriptors/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/startScriptForClasses/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/startScriptForClasses/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/update/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/update/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/inputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/inputs -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/$global/update/$global/streams/update_cache_2.10/output -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/$global/$global/discoveredMainClasses/data: -------------------------------------------------------------------------------- 1 | com.clearcut.nlp.Main -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/compile/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/compileIncremental/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/copy-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/copy-resources -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/copyResources/$global/streams/out -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/incCompileSetup/$global/streams/inc_compile_2.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/incCompileSetup/$global/streams/inc_compile_2.10 -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/mainClass/$global/streams/out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/unmanagedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/compile/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/compile/unmanagedJars/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/dependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/dependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/exportedProducts/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/exportedProducts/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/externalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/externalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/fullClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/fullClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/internalDependencyClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/internalDependencyClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/managedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/managedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/unmanagedClasspath/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/unmanagedClasspath/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/bazaar/parser/target/streams/runtime/unmanagedJars/$global/streams/export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/bazaar/parser/target/streams/runtime/unmanagedJars/$global/streams/export -------------------------------------------------------------------------------- /spouse/udf/extract_spouse_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/extract_spouse_features.py -------------------------------------------------------------------------------- /spouse/udf/map_person_mention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/map_person_mention.py -------------------------------------------------------------------------------- /spouse/udf/nlp_markup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/nlp_markup.sh -------------------------------------------------------------------------------- /spouse/udf/supervise_spouse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SongRb/DeepDiveChineseApps/HEAD/spouse/udf/supervise_spouse.py --------------------------------------------------------------------------------