|
98 | 98 | <Compile Include="CooccurrenceDiversityAction.cs" /> |
99 | 99 | <Compile Include="CooccurrencePolarisationAction.cs" /> |
100 | 100 | <Compile Include="CooccurrenceSelectedCorrespondingAction.cs" /> |
| 101 | + <Compile Include="CorpusFiniteStateMachineAction.cs" /> |
101 | 102 | <Compile Include="CorrespondingValuesAction.cs" /> |
102 | 103 | <Compile Include="CrossFrequencyCorrespondingAction.cs" /> |
103 | 104 | <Compile Include="CrossFrequencySelectAction.cs" /> |
| 105 | + <Compile Include="CrossFrequencySelectRangeAction.cs" /> |
104 | 106 | <Compile Include="CutOffPhraseAction.cs" /> |
105 | 107 | <Compile Include="DisambiguationeAction.cs" /> |
106 | 108 | <Compile Include="DispersionAction.cs" /> |
|
114 | 116 | <Compile Include="Frequency1RawSelectAction.cs" /> |
115 | 117 | <Compile Include="Frequency2RawAction.cs" /> |
116 | 118 | <Compile Include="CentralSnipTreeAction.cs" /> |
| 119 | + <Compile Include="NGramCharAction.cs" /> |
117 | 120 | <Compile Include="Phrase2LayerCountAction.cs" /> |
118 | 121 | <Compile Include="Frequency3RawAction.cs" /> |
119 | 122 | <Compile Include="Helper\ConvertToDigraphHelper.cs" /> |
|
187 | 190 | <Compile Include="QueryCountDocumentsAction.cs" /> |
188 | 191 | <Compile Include="QueryCountSentencesAction.cs" /> |
189 | 192 | <Compile Include="QueryListAction.cs" /> |
| 193 | + <Compile Include="ReadingEaseAction.cs" /> |
190 | 194 | <Compile Include="RemoveLayerAction.cs" /> |
191 | 195 | <Compile Include="RemoveMetaAction.cs" /> |
192 | 196 | <Compile Include="SentenceCountAction.cs" /> |
193 | 197 | <Compile Include="SizeAction.cs" /> |
| 198 | + <Compile Include="SkipgramAction.cs" /> |
194 | 199 | <Compile Include="StopwordListAction.cs" /> |
195 | 200 | <Compile Include="StyleBurrowsDeltaAction.cs" /> |
196 | 201 | <Compile Include="StyleNgramAction.cs" /> |
| 202 | + <Compile Include="TermDocumentMatrixAction.cs" /> |
197 | 203 | <Compile Include="TermFrequencyInverseDocumentFrequencyAction.cs" /> |
198 | 204 | <Compile Include="DocumentTermFrequencyAction.cs" /> |
199 | 205 | <Compile Include="TokenCountAction.cs" /> |
|
210 | 216 | <None Include="packages.config" /> |
211 | 217 | </ItemGroup> |
212 | 218 | <ItemGroup> |
| 219 | + <ProjectReference Include="..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\CorpusExplorer.Sdk.Extern.NHunspell\CorpusExplorer.Sdk.Extern.NHunspell.csproj"> |
| 220 | + <Project>{0317C4F4-D9EF-43CF-8B3E-071D96543A3F}</Project> |
| 221 | + <Name>CorpusExplorer.Sdk.Extern.NHunspell</Name> |
| 222 | + </ProjectReference> |
213 | 223 | <ProjectReference Include="..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\CorpusExplorer.Sdk\CorpusExplorer.Sdk.csproj"> |
214 | 224 | <Project>{dc1b5a58-29da-476d-89f8-e73a1db11e52}</Project> |
215 | 225 | <Name>CorpusExplorer.Sdk</Name> |
|
0 commit comments