Git Product home page Git Product logo

wikokit's People

Contributors

componavt avatar lunata avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wikokit's Issues

Capture verb tense in a table?

Would love to have machine conversion for verb tenses. For example "loved" has 
a separate wiktionary entry, so not sure if this is possible.

Original issue reported on code.google.com by [email protected] on 8 Apr 2013 at 6:08

Error when running wiwordik.bat

What steps will reproduce the problem?
1. Installed JavaFX
2. Tried to run wiwordik.bat
3. Got the following message:

java.lang.NoClassDefFoundError: com/sun/javafx/runtime/location/ObjectLocation
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
        at java.lang.Class.getMethod0(Class.java:2670)
        at java.lang.Class.getMethod(Class.java:1603)
        at com.sun.javafx.runtime.Entry.start(Entry.java:63)
        at com.sun.javafx.runtime.Main.main(Main.java:80)
Caused by: java.lang.ClassNotFoundException: com.sun.javafx.runtime.location.Obj
ectLocation
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        ... 6 more

Also, is it possible to provide an English parsed SQLite version of the 
database to test it with the GUI ? 

Original issue reported on code.google.com by [email protected] on 9 Jul 2010 at 10:32

Capture Pronounciation

What steps will reproduce the problem?
1. Some verbs have pronounciation section
2. eg http://en.wiktionary.org/wiki/ring

What is the expected output? What do you see instead?
Capture pronounciation in a separate table

What version of the product are you using? On what operating system?
Latest

Original issue reported on code.google.com by [email protected] on 20 Apr 2013 at 7:53

Unrecognizable russian characters! (Question marks ???)

I'm trying to extract definitions of ruwiktionary_parsed.sql file. I have followed this page for creating empty wikt_parsed database. Then I loaded the Russian parsed SQL into the created database using the command:
source RussianParsedFile.sql;

After a while, it executes all queries without any errors.
Now, I am trying to extract the words list of Russian wiktionary using this query:

SELECT page_title FROM ruwikt20140904_parsed.index_native INTO OUTFILE 'C:/temp/result.csv';

What is written in the CSV file is all question marks (?????) instead of Russian words. I have tried to read the file using different application. The result is the same.

Does anybody have any idea or suggestion?
Thanks.

IndexOutOfBoundsException m.group(2)

What steps will reproduce the problem?
1. Use newest wictionary database loaded with mwdumper
2. Try to parse with wikt parser
3. Cath exception

What is the expected output? What do you see instead?

java -cp 
./dist/wikt_parser.jar;./dist/lib/mysql-connector-java-5.1.13-bin.jar;./dist/lib
/common_wiki.jar -Xms1212m -Xmx1212m -Xmn16m -XX:+DisableExplicitGC 
wikt.parser.Main en 0  1>enwikt20100824_parsed_06.log
Exception in thread "main" java.lang.IndexOutOfBoundsException: No group 2
        at java.util.regex.Matcher.group(Matcher.java:487)
        at wikokit.base.wikt.multi.en.WRedirectEn.getRedirect(WRedirectEn.java:4
2)
        at wikokit.base.wikt.word.WRedirect.getRedirect(WRedirect.java:39)
        at wikokit.base.wikt.word.WordBase.<init>(WordBase.java:63)
        at wikt.parser.WiktParser.parseWiktionaryEntry(WiktParser.java:193)
        at wikt.parser.PageTableAll.parseAllPages(PageTableAll.java:183)
        at wikt.parser.Main.main(Main.java:101)


What version of the product are you using? On what operating system?

Last svn trunk.

windows 8 64bit, Java(TM) SE Runtime Environment (build 1.7.0_17-b02)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Apr 2013 at 6:29

enwikt: Translingual words can have Translations sections (not only English words)

Wiktionary parser (while parsing English Wiktionary) produces Warning/Error 
that "non-English word contains translation section".

See discussion 
[http://en.wiktionary.org/wiki/Wiktionary_talk:About_Translingual#Translation_of
_Translingual_words Translation of Translingual words] at English Wiktionary. 
So, sometimes Translingual words can have Translation sections.

Wiktionary parser should be changed in order to allow Translingual words have 
Translation sections.

Original issue reported on code.google.com by [email protected] on 12 Feb 2011 at 12:56

Wikidata Lexemes import

Hi, I have been working on importing some of the ru-wiktionary into Wikidata - lexemes project. The first goal is to get noun forms and some basic facts like syllables, grammatical gender, classifications, etc into a machine readable format, possibly followed by migrating the wiktionary to use that data directly. Note that definitions cannot be imported the same way because they "creative" and thus copyright-able -- and cannot be re-published under CC0.

Your expertise in the subject matter might be a great help! Please take a look at this discussion where we are trying to establish how Russian nouns will be stored. BTW, we are also actively discussing it in Discord (#wikidata channel).

Save etymological data

As I can tell for now, everything from wiktionary's "etymology" section is being ignored.
I couldn't find it anywhere in the db, neither could I find any indications in papers from readme of this data being stored.
Could you please add feature for saving etymological data or if it is already stored, point me where I can find it?

Duplication of definitions

There is a duplication of definitions, e.g. verb "duck" contains 8 definitions 
istead of 4.
http://en.wiktionary.org/wiki/duck

Parser problems?..

Wikokit version 0.05, English Wiktionary, dump enwikt20101030.

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 1:47

MySQL to SQLite conversion issues

Hi Andrew,

I've been following the instructions on this wiki page and when I execute the mysqldump commands I get this error:

mysqldump: Error: 'Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'information_schema.FILES.TOTAL_EXTENTS' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by' when trying to dump tablespaces

I'm using the sample files you have here, so things should just work.
I'm on OS X 10.10 and I use MySQL 5.7.11.

Any clues?

Greatly appreciated!

internal links with #anchor (translation section)

To check that internal links with #anchor are properly parsed.

E.g. 

|en=[[walk]], [[go#English|go]]

See: "ходить" in Russian Wiktionary
http://ru.wiktionary.org/wiki/%D1%85%D0%BE%D0%B4%D0%B8%D1%82%D1%8C

Original issue reported on code.google.com by [email protected] on 29 Apr 2013 at 6:47

Template:l (kapro)

The Template:l used in English Wiktionary, e.g. in the section "Semantic 
Relations".
This template should be recognized by the parser.

See http://en.wiktionary.org/wiki/kapro
http://en.wiktionary.org/wiki/Template:l

Wikokit version 0.05, English Wiktionary, dump enwikt20101030.

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 11:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.