This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating a new Accord.Text project/assembly to store the Stemmers and…
… other text-only related methods.
- Loading branch information
1 parent
165d98b
commit 1896fe0
Showing
94 changed files
with
899 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0"?> | ||
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>Accord.Text</id> | ||
<version>$version$</version> | ||
<title>Accord.Text</title> | ||
<authors>Accord.NET</authors> | ||
<owners>Accord.NET</owners> | ||
<licenseUrl>http://accord-framework.net/license.txt</licenseUrl> | ||
<projectUrl>http://accord-framework.net</projectUrl> | ||
<iconUrl>http://accord-framework.net/logo.png</iconUrl> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<description> | ||
Contains Snowball language stemmers for C#/.NET. This package is part of the Accord.NET Framework. | ||
</description> | ||
<summary>Snowball language stemmers for C#/.NET.</summary> | ||
<tags>accord.net aforge.net text tf-idf snowball stemmer nlp natural language processing</tags> | ||
<dependencies> | ||
<dependency id="Accord" version="$version$" /> | ||
<dependency id="Accord.Math" version="$version$" /> | ||
<dependency id="Accord.Statistics" version="$version$" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\..\Release\net35\Accord.Text.dll" target="lib\net35\Accord.Text.dll" /> | ||
<file src="..\..\Release\net35\Accord.Text.xml" target="lib\net35\Accord.Text.xml" /> | ||
|
||
<file src="..\..\Release\net40\Accord.Text.dll" target="lib\net40\Accord.Text.dll" /> | ||
<file src="..\..\Release\net40\Accord.Text.xml" target="lib\net40\Accord.Text.xml" /> | ||
|
||
<file src="..\..\Release\net45\Accord.Text.dll" target="lib\net45\Accord.Text.dll" /> | ||
<file src="..\..\Release\net45\Accord.Text.xml" target="lib\net45\Accord.Text.xml" /> | ||
|
||
<file src="..\..\Release\net46\Accord.Text.dll" target="lib\net46\Accord.Text.dll" /> | ||
<file src="..\..\Release\net46\Accord.Text.xml" target="lib\net46\Accord.Text.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.