File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
src/main/java/org/fnlp/ml/eval Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 20
20
<classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
21
21
<attributes >
22
22
<attribute name =" maven.pomderived" value =" true" />
23
+ <attribute name =" org.eclipse.jst.component.nondependency" value =" " />
23
24
</attributes >
24
25
</classpathentry >
25
26
<classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 5
5
<projects >
6
6
</projects >
7
7
<buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.wst.common.project.facet.core.builder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
8
13
<buildCommand >
9
14
<name >org.eclipse.jdt.core.javabuilder</name >
10
15
<arguments >
11
16
</arguments >
12
17
</buildCommand >
18
+ <buildCommand >
19
+ <name >org.eclipse.wst.validation.validationbuilder</name >
20
+ <arguments >
21
+ </arguments >
22
+ </buildCommand >
13
23
<buildCommand >
14
24
<name >org.eclipse.m2e.core.maven2Builder</name >
15
25
<arguments >
16
26
</arguments >
17
27
</buildCommand >
18
28
</buildSpec >
19
29
<natures >
30
+ <nature >org.eclipse.jem.workbench.JavaEMFNature</nature >
31
+ <nature >org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
20
32
<nature >org.eclipse.m2e.core.maven2Nature</nature >
21
33
<nature >org.eclipse.jdt.core.javanature</nature >
34
+ <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
22
35
</natures >
23
36
</projectDescription >
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ public double[] calcPRF() {
582
582
583
583
double FB1 =0 ;
584
584
if (recall +pre !=0 )
585
- FB1 = (pre *recall *2 )/(recall +pre )* 100 ;
585
+ FB1 = (pre *recall *2 )/(recall +pre );
586
586
587
587
double oovrecall = 0 ;
588
588
if (oov !=0 )
You can’t perform that action at this time.
0 commit comments