-
Notifications
You must be signed in to change notification settings - Fork 0
/
Critical-Thinking-Annotator.pyproj
90 lines (90 loc) · 4.39 KB
/
Critical-Thinking-Annotator.pyproj
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
87
88
89
90
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>e61500d6-490e-44a1-a03a-da7fe5100499</ProjectGuid>
<ProjectHome />
<StartupFile>Recogniser.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<WebBrowserUrl>
</WebBrowserUrl>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<Name>MER</Name>
<RootNamespace>Bottle2</RootNamespace>
<InterpreterId>Global|PythonCore|3.10</InterpreterId>
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<Environment>
</Environment>
<SuppressConfigureTestFrameworkPrompt>true</SuppressConfigureTestFrameworkPrompt>
<CommandLineArguments>data\biases_test_input.txt data\biases_test_input_evaluation.json data\biases_labels.txt data\biases_ignored_labels.txt</CommandLineArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="MultiFileLabelFilter.py" />
<Compile Include="MultiFileRecogniser.py" />
<Compile Include="Logger.py" />
<Compile Include="Recogniser.py" />
<Compile Include="TimeLimit.py" />
<Compile Include="Utilities.py" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="data\biases_labels_long.txt" />
<Content Include="data\biases_test_input.txt" />
<Content Include="data\biases_test_input_evaluation.html" />
<Content Include="data\biases_test_input_evaluation.json" />
<Content Include="data\biases_test_input_evaluation.pdf" />
<Content Include="data\biases_test_input_evaluation.svg" />
<Content Include="data\biases_test_input_without_comments.txt" />
<Content Include="data\continuation_request.txt" />
<Content Include="data\extract_names_of_participants_system_instruction.txt" />
<Content Include="data\fallacies_labels_long.txt" />
<Content Include="data\fallacies_test_input.txt" />
<Content Include="data\fallacies_test_input_evaluation.html" />
<Content Include="data\fallacies_test_input_evaluation.json" />
<Content Include="data\fallacies_test_input_evaluation.pdf" />
<Content Include="data\fallacies_test_input_evaluation.svg" />
<Content Include="data\fallacies_test_input_without_comments.txt" />
<Content Include="data\biases_closed_ended_system_instruction.txt" />
<Content Include="data\biases_ignored_labels.txt" />
<Content Include="data\biases_labels.txt" />
<Content Include="data\biases_open_ended_system_instruction.txt" />
<Content Include="data\fallacies_closed_ended_system_instruction.txt" />
<Content Include="data\fallacies_ignored_labels.txt" />
<Content Include="data\fallacies_labels.txt" />
<Content Include="data\fallacies_open_ended_system_instruction.txt" />
<Content Include="install_steps.txt" />
<Content Include="LICENSE" />
<Content Include="Recogniser.ini" />
<Content Include="README.md" />
<Content Include="requirements.txt" />
<Content Include="test_input_sources.txt" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.10" />
<InterpreterReference Include="Global|PythonCore|3.11" />
</ItemGroup>
<ItemGroup>
<Folder Include="data\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Specify pre- and post-build commands in the BeforeBuild and
AfterBuild targets below. -->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>