组织ID: |
edu.washington.cs.knowitall |
项目ID: |
reverb-core |
版本: |
1.4.3 |
最后修改时间: |
2018-08-05 08:07:57 |
包类型: |
jar |
标题: |
ReVerb |
描述: |
A regular-expression based Open IE relation extractor. |
大小: |
299.70KB |
|
Maven引入代码: |
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>reverb-core</artifactId>
<version>1.4.3</version>
</dependency>
|
Gradle引入代码: |
edu.washington.cs.knowitall:reverb-core:1.4.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>knowitall-oss</artifactId>
<version>1.0.0</version>
</parent>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>reverb-core</artifactId>
<version>1.4.3</version>
<packaging>jar</packaging>
<name>ReVerb</name>
<description>A regular-expression based Open IE relation extractor.</description>
<inceptionYear>2010</inceptionYear>
<licenses>
<license>
<name>ReVerb Software License Agreement</name>
<url>http://reverb.cs.washington.edu/LICENSE.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/knowitall/reverb-core</url>
<connection>scm:git://github.com/knowitall/reverb-core.git</connection>
<developerConnection>scm:git:git@github.com:knowitall/reverb-core.git</developerConnection>
<tag>reverb-core-1.4.3</tag>
</scm>
<developers>
<developer>
<name>Anthony Fader</name>
</developer>
<developer>
<name>Michael Schmitz</name>
</developer>
<developer>
<name>Janara Christensen</name>
</developer>
<developer>
<name>Robert Bart</name>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>reverb-models</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>common-java</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>openregex</artifactId>
<version>1.0.3</version>
</dependency>
<!-- Common -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<!-- Learning -->
<dependency>
<groupId>cc.mallet</groupId>
<artifactId>mallet</artifactId>
<version>2.0.7</version>
<exclusions>
<exclusion>
<artifactId>jdom</artifactId>
<groupId>org.jdom</groupId>
</exclusion>
<exclusion>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
</exclusion>
<exclusion>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
</exclusion>
<exclusion>
<groupId>jgrapht</groupId>
<artifactId>jgrapht</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- NLP -->
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>1.5.3</version>
<exclusions>
<exclusion>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>morpha-stemmer</artifactId>
<version>1.0.4</version>
</dependency>
<!-- OpenNLP Models -->
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>opennlp-postag-models</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>opennlp-chunk-models</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>opennlp-tokenize-models</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>opennlp-sent-models</artifactId>
<version>1.5</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Used for creating a single executable fat jar -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<archive>
<manifest>
<mainClass>edu.washington.cs.knowitall.util.CommandLineReVerb</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
edu.washington.cs.knowitall.normalization.HeadNounExtractor.class
edu.washington.cs.knowitall.normalization.HeadNounNormalizer.class
edu.washington.cs.knowitall.normalization.NormalizedField.class
edu.washington.cs.knowitall.normalization.BinaryExtractionNormalizer.class
edu.washington.cs.knowitall.normalization.NormalizedBinaryExtraction.class
edu.washington.cs.knowitall.normalization.RelationString.class
edu.washington.cs.knowitall.normalization.VerbalRelationNormalizer.class
edu.washington.cs.knowitall.normalization.ArgumentNormalizer.class
edu.washington.cs.knowitall.normalization.FieldNormalizer.class
edu.washington.cs.knowitall.normalization.BasicFieldNormalizer.class
edu.washington.cs.knowitall.sequence.StringArrayWrapper.class
edu.washington.cs.knowitall.sequence.LayeredPatternTokenizer.class
edu.washington.cs.knowitall.sequence.RegexTagger.class
edu.washington.cs.knowitall.sequence.LayeredSequence.class
edu.washington.cs.knowitall.sequence.LayeredTokenMatcher.class
edu.washington.cs.knowitall.sequence.SimpleLayeredSequence.class
edu.washington.cs.knowitall.sequence.LayeredTokenPattern.class
edu.washington.cs.knowitall.sequence.SequenceException.class
edu.washington.cs.knowitall.sequence.Encoder.class
edu.washington.cs.knowitall.sequence.BIOLayeredSequence.class
edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor.class
edu.washington.cs.knowitall.extractor.RegexExtractor.class
edu.washington.cs.knowitall.extractor.HtmlSentenceExtractor.class
edu.washington.cs.knowitall.extractor.ReVerbExtractor.class
edu.washington.cs.knowitall.extractor.Extractor.class
edu.washington.cs.knowitall.extractor.ExtractorException.class
edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor.class
edu.washington.cs.knowitall.extractor.SentenceExtractor.class
edu.washington.cs.knowitall.extractor.conf.ReVerbIndependentConfFunction.class
edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionReader$LBEIterator.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$7.class
edu.washington.cs.knowitall.extractor.conf.ConfidenceFunction.class
edu.washington.cs.knowitall.extractor.conf.HypotheticalFeatures$1.class
edu.washington.cs.knowitall.extractor.conf.HypotheticalFeatures.class
edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpClassifierTrainer.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$13.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$3.class
edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$14.class
edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree$Tree.class
edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.class
edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree$1.class
edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree$Line.class
edu.washington.cs.knowitall.extractor.conf.classifier.DoubleFeatures.class
edu.washington.cs.knowitall.extractor.conf.classifier.LogisticRegression.class
edu.washington.cs.knowitall.extractor.conf.NestedFeatures.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$6.class
edu.washington.cs.knowitall.extractor.conf.NestedFeatures$1.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$4.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$1.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$2.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$3.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$3.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$7.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature.class
edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature$3.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$6.class
edu.washington.cs.knowitall.extractor.conf.featureset.DoubleFeatureSet.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$4.class
edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature$4.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$8.class
edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$7.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$4.class
edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature.class
edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature$1.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$5.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$6.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$6.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$1.class
edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature$2.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$5.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$7.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$8.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$3.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$2.class
edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature$1.class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature$5.class
edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature.class
edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature$2.class
edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet.class
edu.washington.cs.knowitall.extractor.conf.ConfidenceFunctionException.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$5.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$12.class
edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionReader.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$10.class
edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionWriter.class
edu.washington.cs.knowitall.extractor.conf.NestedFeatures$2.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$9.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$11.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$4.class
edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpConfFunction.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$8.class
edu.washington.cs.knowitall.extractor.conf.HypotheticalFeatures$2.class
edu.washington.cs.knowitall.extractor.conf.ReVerbDataSetCreator.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$1.class
edu.washington.cs.knowitall.extractor.conf.NestedFeatures$3.class
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures$2.class
edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet$Key.class
edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.class
edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpConfFunction.class
edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpDataSet.class
edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor.class
edu.washington.cs.knowitall.extractor.ExtractorUnion.class
edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor$Mode.class
edu.washington.cs.knowitall.extractor.RegexGroupExtractor.class
edu.washington.cs.knowitall.extractor.ExtractorComposition.class
edu.washington.cs.knowitall.extractor.mapper.JunkRemover.class
edu.washington.cs.knowitall.extractor.mapper.DeUnicoder$Replacement.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument1Mappers$1.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument1Mappers.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument2Mappers$1.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument2Mappers.class
edu.washington.cs.knowitall.extractor.mapper.SentenceEndFilter.class
edu.washington.cs.knowitall.extractor.mapper.Mapper.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument2Mappers$2.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers$2.class
edu.washington.cs.knowitall.extractor.mapper.DeUnicoder.class
edu.washington.cs.knowitall.extractor.mapper.MaxMapper.class
edu.washington.cs.knowitall.extractor.mapper.ChunkedBinaryExtractionStringLengthFilter.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument1Mappers$2.class
edu.washington.cs.knowitall.extractor.mapper.IndependentMapper$1.class
edu.washington.cs.knowitall.extractor.mapper.FilterMapper.class
edu.washington.cs.knowitall.extractor.mapper.ClosestArgumentMapper.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers$3.class
edu.washington.cs.knowitall.extractor.mapper.NormalizedRelationDictionaryFilter.class
edu.washington.cs.knowitall.extractor.mapper.AdjacentToRelationFilter.class
edu.washington.cs.knowitall.extractor.mapper.OrdinalPreprocessor.class
edu.washington.cs.knowitall.extractor.mapper.MapperList.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationDictionaryFilter.class
edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers$1.class
edu.washington.cs.knowitall.extractor.mapper.SentenceStartFilter.class
edu.washington.cs.knowitall.extractor.mapper.IndependentMapper.class
edu.washington.cs.knowitall.extractor.mapper.PronounArgumentFilter.class
edu.washington.cs.knowitall.extractor.mapper.StopListFilter.class
edu.washington.cs.knowitall.extractor.mapper.SentenceLengthFilter.class
edu.washington.cs.knowitall.extractor.mapper.ConjunctionCommaArgumentFilter.class
edu.washington.cs.knowitall.extractor.mapper.FilterMapper$1.class
edu.washington.cs.knowitall.extractor.mapper.BracketsRemover.class
edu.washington.cs.knowitall.extractor.mapper.MergeOverlappingMapper.class
edu.washington.cs.knowitall.extractor.mapper.ChunkedBinaryExtractionWordCountFilter.class
edu.washington.cs.knowitall.extractor.R2A2.class
edu.washington.cs.knowitall.util.WarcReader$1.class
edu.washington.cs.knowitall.util.WarcPage.class
edu.washington.cs.knowitall.util.IterableAdapter.class
edu.washington.cs.knowitall.util.AdjacentExtractionGrouper.class
edu.washington.cs.knowitall.util.ArrayIterator.class
edu.washington.cs.knowitall.util.WarcReader.class
edu.washington.cs.knowitall.util.CommandLineReVerb.class
edu.washington.cs.knowitall.util.ExtractionGrouper.class
edu.washington.cs.knowitall.util.DefaultObjects.class
edu.washington.cs.knowitall.util.AbstractNestedIterator.class
edu.washington.cs.knowitall.util.AdjacentExtractionGrouper$1.class
edu.washington.cs.knowitall.util.HtmlUtils.class
edu.washington.cs.knowitall.examples.ReVerbExample.class
edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats.class
edu.washington.cs.knowitall.nlp.ChunkedSentencePattern$1$1$1$1.class
edu.washington.cs.knowitall.nlp.NlpException.class
edu.washington.cs.knowitall.nlp.ChunkedSentenceToken$1.class
edu.washington.cs.knowitall.nlp.ChunkedSentencePattern.class
edu.washington.cs.knowitall.nlp.ChunkedSentenceToken$Expression.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
reverb-models-1.4.0.jar
/edu.washington.cs.knowitall/reverb-models/1.4.0
查看reverb-models所有版本文件
common-java-2.0.2.jar
/edu.washington.cs.knowitall/common-java/2.0.2
查看common-java所有版本文件
openregex-1.0.3.jar
/edu.washington.cs.knowitall/openregex/1.0.3
查看openregex所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
commons-cli-1.2.jar
/commons-cli/commons-cli/1.2
查看commons-cli所有版本文件
mallet-2.0.7.jar
/cc.mallet/mallet/2.0.7
查看mallet所有版本文件
opennlp-tools-1.5.3.jar
/org.apache.opennlp/opennlp-tools/1.5.3
查看opennlp-tools所有版本文件
morpha-stemmer-1.0.4.jar
/edu.washington.cs.knowitall/morpha-stemmer/1.0.4
查看morpha-stemmer所有版本文件
opennlp-postag-models-1.5.jar
/edu.washington.cs.knowitall/opennlp-postag-models/1.5
查看opennlp-postag-models所有版本文件
opennlp-chunk-models-1.5.jar
/edu.washington.cs.knowitall/opennlp-chunk-models/1.5
查看opennlp-chunk-models所有版本文件
opennlp-tokenize-models-1.5.jar
/edu.washington.cs.knowitall/opennlp-tokenize-models/1.5
查看opennlp-tokenize-models所有版本文件
opennlp-sent-models-1.5.jar
/edu.washington.cs.knowitall/opennlp-sent-models/1.5
查看opennlp-sent-models所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|