nlptoolkit-dependencyparser
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -9,3 +9,3 @@ export declare class UniversalDependencyTreeBankFeatures { | ||
private static featureIndex; | ||
private static posIndex; | ||
static posIndex(uPos: string): number; | ||
static dependencyIndex(universalDependency: string): number; | ||
@@ -12,0 +12,0 @@ static numberOfValues(language: string, featureName: string): number; |
{ | ||
"name": "nlptoolkit-dependencyparser", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Turkish Dependency Parser Library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -132,3 +132,3 @@ import {UniversalDependencyPosType} from "./UniversalDependencyPosType"; | ||
private static posIndex(uPos: string): number{ | ||
public static posIndex(uPos: string): number{ | ||
let index = 0; | ||
@@ -135,0 +135,0 @@ for (let universalDependencyPosType of Object.values(UniversalDependencyPosType)){ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66438056