-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/rreganjr/Requel/issues/7
branch 1.0.3 I moved the nlp ui package out of requel and into a new nlp-ui module. I enabled the nlp nav panel in uiMainConfig.xml but the ParserPanel won't open. I have no idea how to register the panel to appear for the open event. this ui was only for playing with the parser directly and not for working with requirements. Signed-off-by: rreganjr <rreganjr@acm.org>
- Loading branch information
Showing
16 changed files
with
207 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> | ||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> | ||
<output url="file://$MODULE_DIR$/target/classes" /> | ||
<output-test url="file://$MODULE_DIR$/target/test-classes" /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | ||
<excludeFolder url="file://$MODULE_DIR$/target" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="module" module-name="nlp" /> | ||
<orderEntry type="module" module-name="exception" /> | ||
<orderEntry type="library" name="Maven: org.hibernate:hibernate-validator:3.1.0.GA" level="project" /> | ||
<orderEntry type="library" name="Maven: org.hibernate:hibernate-commons-annotations:3.1.0.GA" level="project" /> | ||
<orderEntry type="module" module-name="initializer" /> | ||
<orderEntry type="module" module-name="command" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-tx:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="module" module-name="repository" /> | ||
<orderEntry type="library" name="Maven: cglib:cglib-nodep:3.2.5" level="project" /> | ||
<orderEntry type="library" name="Maven: org.aspectj:aspectjrt:1.8.13" level="project" /> | ||
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:5.1.45" level="project" /> | ||
<orderEntry type="library" name="Maven: edu.stanford.nlp:stanford-corenlp:3.8.0" level="project" /> | ||
<orderEntry type="library" name="Maven: com.apple:AppleJavaExtensions:1.4" level="project" /> | ||
<orderEntry type="library" name="Maven: de.jollyday:jollyday:0.4.9" level="project" /> | ||
<orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.0" level="project" /> | ||
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.1" level="project" /> | ||
<orderEntry type="library" name="Maven: org.apache.lucene:lucene-queryparser:4.10.3" level="project" /> | ||
<orderEntry type="library" name="Maven: org.apache.lucene:lucene-sandbox:4.10.3" level="project" /> | ||
<orderEntry type="library" name="Maven: org.apache.lucene:lucene-analyzers-common:4.10.3" level="project" /> | ||
<orderEntry type="library" name="Maven: org.apache.lucene:lucene-queries:4.10.3" level="project" /> | ||
<orderEntry type="library" name="Maven: org.apache.lucene:lucene-core:4.10.3" level="project" /> | ||
<orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" /> | ||
<orderEntry type="library" name="Maven: com.io7m.xom:xom:1.2.10" level="project" /> | ||
<orderEntry type="library" name="Maven: xml-apis:xml-apis:1.4.01" level="project" /> | ||
<orderEntry type="library" name="Maven: xerces:xercesImpl:2.11.0" level="project" /> | ||
<orderEntry type="library" name="Maven: xalan:xalan:2.7.2" level="project" /> | ||
<orderEntry type="library" name="Maven: xalan:serializer:2.7.2" level="project" /> | ||
<orderEntry type="library" name="Maven: joda-time:joda-time:2.9.9" level="project" /> | ||
<orderEntry type="library" name="Maven: com.googlecode.efficient-java-matrix-library:ejml:0.23" level="project" /> | ||
<orderEntry type="library" name="Maven: org.glassfish:javax.json:1.0.4" level="project" /> | ||
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" /> | ||
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.2.0" level="project" /> | ||
<orderEntry type="library" name="Maven: edu.stanford.nlp:stanford-corenlp:models:3.8.0" level="project" /> | ||
<orderEntry type="library" name="Maven: opennlp:tools:1.5.0" level="project" /> | ||
<orderEntry type="library" name="Maven: jwnl:jwnl:1.3.3" level="project" /> | ||
<orderEntry type="library" name="Maven: opennlp:maxent:3.0.0" level="project" /> | ||
<orderEntry type="library" name="Maven: com.fifesoft:spellchecker:2.6.0" level="project" /> | ||
<orderEntry type="library" name="Maven: com.fifesoft:rsyntaxtextarea:2.6.0" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-orm:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.hibernate:hibernate-core:5.2.14.Final" level="project" /> | ||
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" /> | ||
<orderEntry type="library" name="Maven: org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final" level="project" /> | ||
<orderEntry type="library" name="Maven: org.javassist:javassist:3.22.0-GA" level="project" /> | ||
<orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" /> | ||
<orderEntry type="library" name="Maven: org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final" level="project" /> | ||
<orderEntry type="library" name="Maven: org.jboss:jandex:2.0.3.Final" level="project" /> | ||
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.4" level="project" /> | ||
<orderEntry type="library" name="Maven: dom4j:dom4j:1.6.1" level="project" /> | ||
<orderEntry type="library" name="Maven: org.hibernate.common:hibernate-commons-annotations:5.0.1.Final" level="project" /> | ||
<orderEntry type="library" name="Maven: commons-digester:commons-digester:2.1" level="project" /> | ||
<orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.8.3" level="project" /> | ||
<orderEntry type="library" name="Maven: com.nextapp:echo2-app:2.1.1a" level="project" /> | ||
<orderEntry type="library" name="Maven: com.rreganjr.echopm:echopm:1.0.0" level="project" /> | ||
<orderEntry type="library" name="Maven: echopointng:echopointng:1.0.0" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-aop:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-core:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: org.springframework:spring-expression:5.0.4.RELEASE" level="project" /> | ||
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" /> | ||
<orderEntry type="library" name="Maven: log4j:log4j:1.2.17" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>nlp-ui</artifactId> | ||
|
||
<parent> | ||
<groupId>com.rreganjr.requel</groupId> | ||
<artifactId>maven-base</artifactId> | ||
<version>1.0.3</version> | ||
<relativePath>../_maven-base/pom.xml</relativePath> | ||
</parent> | ||
|
||
<name>Requel NLP Echo2 User Interface</name> | ||
<description> | ||
This package has a simple UI for running the parser on a text string. By default it isn't | ||
mapped into the Requel UI. To enable it, in requel/src/resources/spring/uiMainConfig.xml bean | ||
definition for mainNavigationPanelManager uncomment the ref element for "nlpNavigatorPanel". | ||
</description> | ||
|
||
<properties> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.rreganjr.requel</groupId> | ||
<artifactId>nlp</artifactId> | ||
</dependency> | ||
|
||
<!-- this is copied to the local maven repo from the lib directory using install-lib-mvn.sh --> | ||
<!-- this is only needed for ResourceBundleHelper in OpenNLPParser, that should probably | ||
not be in a UI module, or I should switch to a Spring alternative. | ||
--> | ||
<dependency> | ||
<groupId>com.nextapp</groupId> | ||
<artifactId>echo2-app</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.rreganjr.echopm</groupId> | ||
<artifactId>echopm</artifactId> | ||
</dependency> | ||
<!-- this is copied to the local maven repo from the lib directory using install-lib-mvn.sh --> | ||
<dependency> | ||
<groupId>echopointng</groupId> | ||
<artifactId>echopointng</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-context</artifactId> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.