@nlpjs/lang-th
Advanced tools
Comparing version 4.1.4 to 4.3.0
{ | ||
"name": "@nlpjs/lang-th", | ||
"version": "4.1.4", | ||
"version": "4.3.0", | ||
"description": "Core", | ||
@@ -28,5 +28,5 @@ "author": { | ||
"dependencies": { | ||
"@nlpjs/core": "^4.1.4" | ||
"@nlpjs/core": "^4.3.0" | ||
}, | ||
"gitHead": "99500ae2f3e16666fa5cc08a486664ef5267e810" | ||
"gitHead": "68b063504d4cc94d11de373516114befc7c4e648" | ||
} |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -129,3 +129,3 @@ /* | ||
} | ||
tokens = tokens.filter(x => !x.isDiscarded); | ||
tokens = tokens.filter((x) => !x.isDiscarded); | ||
} | ||
@@ -164,3 +164,3 @@ } | ||
} | ||
currentChains = currentChains.filter(x => x); | ||
currentChains = currentChains.filter((x) => x); | ||
} | ||
@@ -167,0 +167,0 @@ const edges = this.reduceEdges(potentialTokens); |
1165943
Updated@nlpjs/core@^4.3.0