VrrtepCLI

Started by Tirea Aean, May 22, 2011, 03:40:58 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Blue Elf

After today's dictionary update program doesn't show data version :(
before:
C:\Windows\system32>vrrtepcli -v
Vrrtep CLI v1.94.2 by Tirea Aean
Windows version by Swoka Ikran
Standalone version

Dictionary version:
12.38

after:
C:\Windows\System32>vrrtepcli -v
Vrrtep CLI v1.94.2 by Tirea Aean
Windows version by Swoka Ikran
Standalone version

Dictionary version:

Looked at data, dictversion.txt file is really empty. Also can't find "flawkx", although main dictionary contain this word....
Fast research: vrrtepcli can find "flawk"
Seems like problem in data export, can you check it? Thankx :)
Oe lu skxawng skxakep. Slä oe nerume mi.
"Oe tasyätxaw ulte koren za'u oehu" (Limonádový Joe)


Tirea Aean

#361
it really should be flawkx. This correction was just made in main dictionary last night.

I know about the missing version info and how I caused that. Will fix asap. thanks for reminding me

EDIT: made some changes to my update process to be much more convenient, and everything has been corrected. I'm just waiting for the Eana Eltu sql to be generated to match the PDF. Flawk -> Flawkx should happen some time tomorrow.

EDIT EDIT: All up to date and fix0red.

Blue Elf

I found mistake in "newomum" infixes, which you are aware of (see http://forum.learnnavi.org/beginners/a-question-about-ln-5-3/ also)
C:\Windows\system32>vrrtepcli -n -i newomum
Vrrtep CLI v1.94.2 by Tirea Aean
Windows version by Swoka Ikran
Standalone version

newomum newom<1><2><3>um

Will it be corrected to n<1><2><3>ewomum?
Oe lu skxawng skxakep. Slä oe nerume mi.
"Oe tasyätxaw ulte koren za'u oehu" (Limonádový Joe)


Tirea Aean

Yes. I will push an update immediately. +1

Tirea Aean

I just did the update manually via Tab. Tell me if it works correctly now after running vrrtepcli -u

Blue Elf

Quote from: Tirea Aean on February 14, 2012, 03:12:26 PM
I just did the update manually via Tab. Tell me if it works correctly now after running vrrtepcli -u
srane, lu eyawr set. Ngaru irayo seiyi :)
Oe lu skxawng skxakep. Slä oe nerume mi.
"Oe tasyätxaw ulte koren za'u oehu" (Limonádový Joe)


Tirea Aean

Anyone on Linux/Mac wanna try out the current Dev Build of 2.0? Let's call it a beta. ;) (You'll have to check out the source code from http://code.google.com/p/vrrtepcli/source/checkout ) ;)

I have committed all the files as they currently are on my systems. It's been too long.

Sìkat

Checked outta SVN & ready to give it a whirl :)

Puvomun

Hmm, not sure if I missed something, just updated the word-lists and ran the program:

paul@Kelutral:~$ vrrtepcli
Vrrtep CLI v2.0 [BETA] by Tirea Aean
Linux version
run 'vrrtepcli -h' for usage

Traceback (most recent call last):
  File "/home/paul/.vrrtepcli/vrrtepcli.py", line 21, in <module>
    import root
ImportError: No module named root
paul@Kelutral:~$
Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.

Tirea Aean

where is root.py ?

OHHHHHHH!! I forgot to edit install.sh

Go move root.py and grammar.py and whatever else into ~/.vrrtepcli

I will take care of install.sh soon.

Puvomun

paul@Kelutral:~/src/vrrtepcli-read-only/lin_release$ locate root.py
/usr/lib/SpiderOak/Twisted-10.2.0-py2.7-linux-i686.egg/twisted/names/root.pyc
/usr/lib/python2.6/dist-packages/apport/chroot.py
/usr/lib/python2.6/dist-packages/apport/chroot.pyc
/usr/lib/python2.6/dist-packages/twisted/names/root.py
/usr/lib/python2.6/dist-packages/twisted/names/root.pyc
/usr/share/pyshared/apport/chroot.py
/usr/share/pyshared/twisted/names/root.py

I gots many of them!


{edit] Ah, okay. It'll be fine :)
Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.

Puvomun

Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.

Tirea Aean


Blue Elf

Well, I probably create VM with linux to test it, but it take some  time....
Oe lu skxawng skxakep. Slä oe nerume mi.
"Oe tasyätxaw ulte koren za'u oehu" (Limonádový Joe)


Puvomun

Looks like I have a twisted kind of root.py:

paul@Kelutral:~$ vrrtepcli hello
Vrrtep CLI v2.0 [BETA] by Tirea Aean
Linux version
run 'vrrtepcli -h' for usage

Traceback (most recent call last):
  File "/home/paul/.vrrtepcli/vrrtepcli.py", line 21, in <module>
    import root
  File "/home/paul/.vrrtepcli/root.py", line 18, in <module>
    from twisted.python.failure import Failure
ImportError: No module named twisted.python.failure


Any ideas what I am missing?
Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.

Tirea Aean

Quote from: Puvomun on April 03, 2012, 11:15:46 PM
Looks like I have a twisted kind of root.py:

paul@Kelutral:~$ vrrtepcli hello
Vrrtep CLI v2.0 [BETA] by Tirea Aean
Linux version
run 'vrrtepcli -h' for usage

Traceback (most recent call last):
  File "/home/paul/.vrrtepcli/vrrtepcli.py", line 21, in <module>
    import root
  File "/home/paul/.vrrtepcli/root.py", line 18, in <module>
    from twisted.python.failure import Failure
ImportError: No module named twisted.python.failure


Any ideas what I am missing?

I never imported that O_O

Check out the source code again?

I have updated and cleaned things up.

Puvomun

Quote from: Tirea Aean on April 04, 2012, 10:52:38 PM
I never imported that O_O

Check out the source code again?

I have updated and cleaned things up.

Where did you get your root.py from? The one I have is from the install of something else, and online I find several kinds and versions of it. root.py did not come with the install of this version?
Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.

Puvomun

Okay, re-checked things out, and installed that. It works! :D


paul@Kelutral:~/src/vrrtepcli-read-only/lin_release$ vrrtepcli kaltxì
Vrrtep CLI v2.0 [BETA] by Tirea Aean
Linux version
run 'vrrtepcli -h' for usage

intj. hello
Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.

Tirea Aean

oh good heavens H R H

root.py is a file I custom wrote from scratch to "root" a na'vi word from affixed -> root form ;D

no wonder that was funky :P

glad to see it works.

Try some of these things:

vrrtepcli täpeykiyevarängon

vrrtepcli -g -sent="kaltxì oel ngati kameie ulte oe lu vrrtep"

vrrtepcli -l be

echo srung sarmängi | vrrtepcli

echo tìkangkem siveiyi | vrrtepcli

and such.

if those last two don't work, my current dev version works with them. I'll commit to the repo soon. I'm still battling those pesky roots which appear to have affixes ie terkup, tswayon, zerok, etc :\

Puvomun

I'll have a look this evening when I am home again. On windows7 here, and at work.
Krr a lì'fya lam sraw, may' frivìp utralit.

Ngopyu ayvurä.