dkpro-jwktl icon indicating copy to clipboard operation
dkpro-jwktl copied to clipboard

Java Wiktionary Library

Results 26 dkpro-jwktl issues
Sort by recently updated
recently updated
newest added

This solves issue #78 (I have re-parsed a Wiktionary dump using the updated code and no longer get the issues explained in #78). I am assuming that `[[File` mark-up on...

# Pictures on Wiktionary pages cause parsing errors Pictures result in the page source having `[[File: ...]]` or `[[Image: ... ]]` at some location in the page source. The class...

Using English version. Latest wiktionary downloaded and parsed. Using gradle: compile 'com.github.dkpro:dkpro-jwktl:56499bdaab' to obtain latest snapshot. I'm analyzing text from various sources and some Russian (I presume) text is in...

defect
component-api

Fixing Javadoc warnings (see #53). Please note: this is a "work in progress" PR, please do not merge yet. CLA not signed yet.

task

``` for(IWiktionaryExample example : sense.getExamples()) { System.out.println(example.getExample().getPlainText()); } ``` when using getText() some examples show markup like in below picure. getPlainText() shows empty value ![Screenshot_7](https://user-images.githubusercontent.com/13611461/56092887-b9d56a00-5edf-11e9-8465-b178d9313f89.png)

See #66. This is a WIP PR, please do not merge yet.

As discussed in #57, add the `int` `inflectionGroup` property to `IWiktionaryWordForm`. The purpose of this property is to identify which "column" of the inflection table does a word form belong...

See: https://de.wiktionary.org/wiki/Niederl%C3%A4ndisch Contains: ``` {{Deutsch Substantiv Übersicht -sch }} ``` Displayed as: ![image](https://user-images.githubusercontent.com/6707996/44618008-4a3a3e00-a86e-11e8-883c-6a8bd53c6d3e.png) I think we should generate appropriate word forms in this case.

Context: I am using JWKTL to work with declension tables for German nouns. There's a feature I need (and can implement) but I'd like to first discuss, what would be...

enhancement
component-parser

There are a few hundred Javadoc warnings to be seen during the build. I would like to fix them to have clean Javadoc. I will work on this issue on...

task