-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathCatalyst.Models.Japanese.csproj
More file actions
40 lines (33 loc) · 1.69 KB
/
Catalyst.Models.Japanese.csproj
File metadata and controls
40 lines (33 loc) · 1.69 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
32
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Platforms>AnyCPU</Platforms>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<Authors>Curiosity GmbH</Authors>
<Copyright>(c) Copyright 2021 Curiosity GmbH - all right reserved</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>www.curiosity.ai</PackageProjectUrl>
<RepositoryUrl>https://github.com/curiosity-ai/catalyst</RepositoryUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageId>Catalyst.Models.Japanese</PackageId>
<Description>This package contains the default Japanese models for Catalyst. Catalyst is a Natural Language Processing library built from scratch for speed. Inspired by spaCy"s design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.</Description>
<PackageTags>Japanese, Natural Language Processing, NLP, Spacy, Machine Learning, ML, Embeddings, Data Science, Big Data, Artificial Intelligence, AI, NLP Library, Neural Networks, Deep Learning</PackageTags>
<PackageIcon>catalyst-logo.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\*.bin" />
<EmbeddedResource Include="Resources\*.bin" />
</ItemGroup>
<ItemGroup>
<None Include="../../Catalyst/catalyst-logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Catalyst" Version="1.0.64265" />
</ItemGroup>
</Project>