-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPersonDescriptor.xml
86 lines (86 loc) · 3.36 KB
/
PersonDescriptor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive> <annotatorImplementationName>dsc.spotlight.annotators.PersonAnnotator</annotatorImplementationName>
<analysisEngineMetaData>
<name>PersonDescriptor</name>
<description/>
<version>1.0</version>
<vendor/>
<configurationParameters>
<configurationParameter>
<name>patterns</name>
<type>String</type>
<multiValued>true</multiValued>
<mandatory>true</mandatory>
</configurationParameter>
<configurationParameter>
<name>modelMEFilePath</name>
<type>String</type>
<multiValued>false</multiValued>
<mandatory>true</mandatory>
</configurationParameter>
<configurationParameter>
<name>sentenceMEFilePath</name>
<type>String</type>
<multiValued>false</multiValued>
<mandatory>true</mandatory>
</configurationParameter>
</configurationParameters>
<configurationParameterSettings>
<nameValuePair>
<name>patterns</name>
<value>
<array>
<string>created/VBN by/IN ([A-z]*)/NN ([A-z]*)/NN</string>
<string>created/VBN by/IN [A-z]*/NN [A-z]*/NN \(/-LRB- and/CC ([A-z]*)/JJ ([A-z]*)/</string>
<string>screenwriter[s]?/NN[S]? ([A-z]*)/(?:NN[S]?|JJ) ([A-z]*)/(?:NN|JJ)</string>
<string>cinematographer/NN(?: ,/,)? ([A-z]*)/NN ([A-z]*)/NN</string>
<string>cinematographer/NN(?: ,/,)? ([A-z]*)/NN ([A-z]*)/IN ([A-z]*)/NN</string>
<string>oscar/NN winner/NN ([A-z]*)/VBG ([A-z]*)/NNS</string>
<string>played/VBN by/IN ([A-z]*)/VBD ([A-z]*)/NN</string>
<string>([A-z]*)/NN ([A-z]*)/NNS plays/VBZ [A-z]*/JJ [A-z]*/NN</string>
<string>[A-z]*/NN [A-z]*/NNS plays/VBZ ([A-z]*)/JJ ([A-z]*)/NN</string>
<string>, plays/VBZ ([A-z]*)/NN</string>
<string>./. ([A-z]*)/NN plays/VBZ</string>
<string>([A-z]*)/NN ([A-z]*)/NN plays/VBZ the/DT</string>
<string>([A-z]*)/NN plays/VBZ the/DT</string>
<string>starring/VBG ([A-z]*)/NN ([A-z]*)/NN</string>
</array>
</value>
</nameValuePair>
<nameValuePair>
<name>modelMEFilePath</name>
<value>
<string>/Users/guilherme/code/617/spotlight/resources/POS/en-pos-maxent.bin</string>
</value>
</nameValuePair>
<nameValuePair>
<name>sentenceMEFilePath</name>
<value>
<string>/Users/guilherme/code/617/spotlight/resources/POS/en-sent.bin</string>
</value>
</nameValuePair>
</configurationParameterSettings>
<typeSystemDescription>
<imports>
<import location="types/PersonTypeSystem.xml"/>
</imports>
</typeSystemDescription>
<typePriorities/>
<fsIndexCollection/>
<capabilities>
<capability>
<inputs/>
<outputs/>
<languagesSupported/>
</capability>
</capabilities>
<operationalProperties>
<modifiesCas>true</modifiesCas>
<multipleDeploymentAllowed>true</multipleDeploymentAllowed>
<outputsNewCASes>false</outputsNewCASes>
</operationalProperties>
</analysisEngineMetaData>
<resourceManagerConfiguration/>
</analysisEngineDescription>