nlptoolkit-morphologicalanalysis
Advanced tools
Comparing version 1.0.3 to 1.0.4
import { Corpus } from "nlptoolkit-corpus/dist/Corpus"; | ||
export declare class DisambiguationCorpus extends Corpus { | ||
constructor(fileName: string); | ||
constructor(fileName?: string); | ||
} |
{ | ||
"name": "nlptoolkit-morphologicalanalysis", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Turkish Morphological Analysis Library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
Morphological Analysis [<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video1.jpg" width="5%">](https://youtu.be/KxguxpbgDQc)[<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video2.jpg" width="5%">](https://youtu.be/UMmA2LMkAkw)[<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video3.jpg" width="5%">](https://youtu.be/dP97ovMSSfE) | ||
Morphological Analysis [<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video1.jpg" width="5%">](https://youtu.be/KxguxpbgDQc)[<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video2.jpg" width="5%">](https://youtu.be/UMmA2LMkAkw)[<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video3.jpg" width="5%">](https://youtu.be/dP97ovMSSfE)[<img src="https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis/blob/master/video4.jpg" width="5%">](https://youtu.be/Tgmy5tts_pY) | ||
============ | ||
@@ -3,0 +3,0 @@ |
@@ -9,3 +9,3 @@ import {Corpus} from "nlptoolkit-corpus/dist/Corpus"; | ||
constructor(fileName: string) { | ||
constructor(fileName?: string) { | ||
super(); | ||
@@ -12,0 +12,0 @@ if (fileName != undefined){ |
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
11013833