Skip to content

Commit e039fa0

Browse files
init stemming, lemmatization, ngram project
1 parent 803f802 commit e039fa0

4 files changed

Lines changed: 31 additions & 1 deletion

File tree

packages/design-sdk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "@designto/lemma",
3+
"version": "0.0.0",
4+
"description": "lemmatize design token. just like in nlp",
5+
"main": "dist/index.js",
6+
"repository": "https://github.com/bridgedxyz/design-to-code",
7+
"author": "Bridged authors",
8+
"license": "Apache 2.0",
9+
"private": false
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "@designto/ngram",
3+
"version": "0.0.0",
4+
"description": "ngram algorithm for design to code",
5+
"main": "dist/index.js",
6+
"repository": "https://github.com/bridgedxyz/design-to-code",
7+
"author": "Bridged authors",
8+
"license": "Apache 2.0",
9+
"private": false
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "@designto/stem",
3+
"version": "0.0.0",
4+
"description": "stemming for design. just like in nlp.",
5+
"main": "dist/index.js",
6+
"repository": "https://github.com/bridgedxyz/design-to-code",
7+
"author": "Bridged authors",
8+
"license": "Apache 2.0",
9+
"private": false
10+
}

0 commit comments

Comments
 (0)