Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nlptoolkit-dependencyparser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlptoolkit-dependencyparser - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/Universal/UniversalDependencyTreeBankFeatures.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc