Search found 69 matches

by pandunia-guru
2024-10-16 09:36
Forum: english tok
Topic: Spammers have arrived
Replies: 2
Views: 27886

Spammers have arrived

Unfortunately spammers have found this forum and apparently they manage to get through the CAPTCHA check. The amount of spam is still low, but at this pace the spammers will litter the forum quickly and render it useless.

To minimize the harm that they make, I shall remove the ability to post URLs ...
by pandunia-guru
2024-10-16 09:30
Forum: Panlexia project
Topic: Everyone should use Git and GitHub?
Replies: 9
Views: 309592

Re: Everyone should use Git and GitHub?

You can configure git to handle line endings . Alternatively you can run dos2unix .

Unfortunately I haven't normalized line endings in Panlexia files yet. They are what they are. :( Fortunately users are not expected to modify any files in the "data" directory. They will modify only language ...
by pandunia-guru
2024-10-13 20:12
Forum: Panlexia project
Topic: Mapping ids (Concepticon, WOLD, NELex)
Replies: 13
Views: 217402

Re: Mapping ids (Concepticon, WOLD, NELex)

I created a new workspace file for creating final concept ids. The file is data/master.tsv and it includes final ids, initial ids, meaning definitions from Concepticon and ULD and ids from Concepticon, NELex, ULD and WOLD.

ULD (Universal Language Dictionary) is a new resource in this project. It ...
by pandunia-guru
2024-10-10 11:48
Forum: Panlexia project
Topic: Mapping ids (Concepticon, WOLD, NELex)
Replies: 13
Views: 217402

Re: Mapping ids (Concepticon, WOLD, NELex)

I downloaded the WOLD data from https://wold.clld.org/download . I think that it's the same data that is present in the website.

Now I downloaded also the zip file that you mentioned. Unfortunately translation.csv doesn't include WOLD ids. How silly! :D But the numbers in meaning_pk column match ...
by pandunia-guru
2024-10-09 16:01
Forum: english tok
Topic: deisme n theism/deism
Replies: 4
Views: 24363

Re: deisme n theism/deism

Pandunia's definition for deisme is 'belief in the existence of at least one god'. Is that theism or deism or both or neither?
by pandunia-guru
2024-10-09 15:51
Forum: ale bashe
Topic: In 2024 September, what is the main Pandunia vocabulary list?
Replies: 1
Views: 13580

Re: In 2024 September, what is the main Pandunia vocabulary list?

It is Pandunia–English, but in fact English–Pandunia is the same one mirrored and set in alphabetical order by English. The real master list is in my computer only. Panlexia will become the main vocabulary list for Pandunia in the coming months.
by pandunia-guru
2024-10-09 04:58
Forum: english tok
Topic: To speak about the application phpBB forum
Replies: 5
Views: 37800

Re: To speak about the application phpBB forum

There was Reddit for Pandunia and for a while I thought that it's a good place. Unfortunately it has one big problem: you can't read it in mobile without an account. When you go to https://www.reddit.com/r/pandunia/ in mobile, it says "Unreviewed Content" and it gives you the choice to install the ...
by pandunia-guru
2024-10-08 17:14
Forum: Panlexia project
Topic: Mapping ids (Concepticon, WOLD, NELex)
Replies: 13
Views: 217402

Re: Mapping ids (Concepticon, WOLD, NELex)


It remains a big question: how to get the files of the WOLD translations, and how to use it.


WOLD translations are in data/WOLD/forms.csv . Four first columns are ID, Language_ID, Parameter_ID, Form . Language_ID identifies languages according to data/WOLD/languages.csv . For example 1 is ...
by pandunia-guru
2024-10-08 16:47
Forum: Panlexia project
Topic: Mapping ids (Concepticon, WOLD, NELex)
Replies: 13
Views: 217402

Re: Mapping ids (Concepticon, WOLD, NELex)


It seems you map "property" to "A".
...
You may keep the WOLD column "Property Category" when WOLD is available, since it distinguishes Adjective and Adverb. Or not?


That program reads only Concepticon data, so it can access only the "property" parameter. I should write more code to get the ...