-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwitterSentimentClassifier.pyproj
More file actions
31 lines (31 loc) · 1.36 KB
/
TwitterSentimentClassifier.pyproj
File metadata and controls
31 lines (31 loc) · 1.36 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{f232f4df-9946-4c20-a689-79f353c31dcb}</ProjectGuid>
<ProjectHome />
<StartupFile>Starter.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="Neg.txt" />
<Content Include="Pos.txt" />
<Compile Include="Bigram.py" />
<Compile Include="Classifier.py" />
<Compile Include="ClassifierBigram.py" />
<Compile Include="Starter.py" />
<Compile Include="TempClassifier.py" />
<Compile Include="tweet_collector.py" />
<Compile Include="utils.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>