Skip to content

Commit dceaeeb

Browse files
sonalgStanford NLP
authored andcommitted
changing default servername
1 parent 46af563 commit dceaeeb

File tree

342 files changed

+28268
-100813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+28268
-100813
lines changed

JavaNLP-core.eml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<component LANGUAGE_LEVEL="JDK_1_6" inheritJdk="true">
2+
<component LANGUAGE_LEVEL="JDK_1_6" jdk="1.6" jdk_type="JavaSDK">
33
<exclude-output/>
4-
<contentEntry url="file://$MODULE_DIR$">
5-
<testFolder url="file://$MODULE_DIR$/test/src"/>
6-
</contentEntry>
4+
<contentEntry url="file://$MODULE_DIR$"/>
75
<lib name="ant-contrib-1.0b3.jar" scope="COMPILE">
86
<srcroot url="jar://$MODULE_DIR$/libsrc/ant-contrib-1.0b3-src.zip!/"/>
97
<relative-module-src project-related="jar://$PROJECT_DIR$/projects/core/libsrc/ant-contrib-1.0b3-src.zip!/"/>
@@ -50,8 +48,10 @@
5048
<relative-module-cls project-related="jar://$PROJECT_DIR$/projects/core/lib/junit.jar!/"/>
5149
</lib>
5250
<lib name="javax.servlet.jar" scope="COMPILE">
53-
<srcroot url="jar://$MODULE_DIR$/libsrc/tomcat/apache-tomcat-7.0.12-src.zip!/"/>
54-
<relative-module-src project-related="jar://$PROJECT_DIR$/projects/core/libsrc/tomcat/apache-tomcat-7.0.12-src.zip!/"/>
51+
<srcroot url="jar://$MODULE_DIR$/libsrc/tomcat/apache-tomcat-7.0.12-src.zip!/apache-tomcat-7.0.12-src/java"/>
52+
<srcroot url="jar://$MODULE_DIR$/libsrc/tomcat/apache-tomcat-7.0.12-src.zip!/apache-tomcat-7.0.12-src/test"/>
53+
<relative-module-src project-related="jar://$PROJECT_DIR$/projects/core/libsrc/tomcat/apache-tomcat-7.0.12-src.zip!/apache-tomcat-7.0.12-src/java"/>
54+
<relative-module-src project-related="jar://$PROJECT_DIR$/projects/core/libsrc/tomcat/apache-tomcat-7.0.12-src.zip!/apache-tomcat-7.0.12-src/test"/>
5555
<relative-module-cls project-related="jar://$PROJECT_DIR$/projects/core/lib/javax.servlet.jar!/"/>
5656
</lib>
5757
<lib name="AppleJavaExtensions.jar" scope="COMPILE">

build.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -388,29 +388,5 @@
388388
</war>
389389
</target>
390390

391-
<property environment="env" />
392-
393-
<condition property="version1.7">
394-
<equals arg1="${ant.java.version}" arg2="1.7" />
395-
</condition>
396-
397-
<target name="tregex-osx" if="version1.7" depends="jar"
398-
description="Build an OS X app for TregexGUI">
399-
<fail unless="env.JAVA_HOME"
400-
message="Environment variable JAVA_HOME not set." />
401-
402-
<taskdef name="bundleapp"
403-
classname="com.oracle.appbundler.AppBundlerTask"
404-
classpath="lib/appbundler-1.0.jar" />
405-
406-
<bundleapp outputdirectory="."
407-
name="Tregex GUI"
408-
displayname="Tregex GUI"
409-
identifier="edu.stanford.nlp.trees.tregex.gui.TregexGUI"
410-
mainclassname="edu.stanford.nlp.trees.tregex.gui.TregexGUI">
411-
<runtime dir="${env.JAVA_HOME}" />
412-
<classpath file="javanlp-core.jar" />
413-
</bundleapp>
414-
</target>
415-
416391
</project>
392+

data/edu/stanford/nlp/international/arabic/process/arz-test.seg.utf8.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/edu/stanford/nlp/international/arabic/process/arz-test.utf8.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/edu/stanford/nlp/international/arabic/process/atb-test.seg.utf8.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/edu/stanford/nlp/international/arabic/process/atb-test.utf8.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/edu/stanford/nlp/patterns/surface/example.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
identifier=useNERRestriction
55

66
#Directory where this code lives
7-
DIR=projects/core/data/edu/stanford/nlp/patterns/surface
7+
DIR=projects/core/data/edu/stanford/nlp/patterns/surface/
88

99
outDir=SPIEDPatternsout
1010

@@ -99,7 +99,7 @@ useLemmaContextTokens=true
9999
matchLowerCaseContext=true
100100

101101
#***use named entity tag (predicted using StanfordCoreNLP NER) restriction of the target phrase
102-
useTargetNERRestriction=true
102+
useTargetNERRestriction=false
103103

104104
#***If useTargetNERRestriction is true, you can give NER tags that the target phrase can take. Do not mention anything if you don't want any specific restriction
105105
targetAllowedNERs=NAME,PERSON;PLACE,LOCATION;OTHER,PERSON
@@ -133,6 +133,9 @@ removePhrasesWithStopWords = false
133133

134134
### evaluating candidate patterns
135135

136+
#Minimum number of unlabeled phrases a candidate pattern should extract
137+
minUnlabPhraseSupportForPat = 1
138+
136139
#***Minimum number of positive phrases a candidate pattern should extract
137140
minPosPhraseSupportForPat = 1
138141

data/edu/stanford/nlp/patterns/surface/goldnames.txt

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -38,48 +38,3 @@ Gibbs McAdoo#
3838
Lyndon B.
3939
III
4040
John Quincy
41-
agenda#
42-
Governor Nelson Rockefeller
43-
President Jimmy
44-
Warren G. Harding
45-
promise#
46-
General Eisenhower
47-
business#
48-
Gerald R. Ford
49-
America#
50-
family#
51-
Administration#
52-
pledge#
53-
phrases#
54-
House#
55-
measures#
56-
campaign#
57-
Roosevelt
58-
Governor Jimmy
59-
cut taxes#
60-
Governor Nelson
61-
Albert Gore Jr.
62-
Gore Jr.
63-
Leonid I. Brezhnev#
64-
Albert Gore
65-
Bush
66-
James M. Cox
67-
Nixon
68-
George W. Bush
69-
Michael Dukakisi#
70-
Ronald Wilson Reagan
71-
Saddam Hussein#
72-
Dan Quayle
73-
Al Gore
74-
Carter
75-
John Kerry
76-
Spiro T. Agnew
77-
Clinton
78-
Walter F. Mondale
79-
Nelson Rockefeller
80-
Gerald R. Ford
81-
Taft
82-
Hubert H. Humphrey
83-
Mikhail Gorbachev#
84-
John Kennedy
85-
Richard M. Nixon

data/edu/stanford/nlp/rte/sample-rte.kbe.xml

Lines changed: 0 additions & 215 deletions
This file was deleted.

doc/classify/README.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford Classifier v3.4 - 2014-06-16
1+
Stanford Classifier v3.3.1 - 2014-01-04
22
-------------------------------------------------
33

44
Copyright (c) 2003-2012 The Board of Trustees of
@@ -76,8 +76,6 @@ LICENSE
7676
CHANGES
7777
-------------------------
7878

79-
2014-06-16 3.4 Update for compatibility
80-
8179
2014-01-04 3.3.1 Bugfix release
8280

8381
2013-11-12 3.3.0 Update for compatibility

0 commit comments

Comments
 (0)