similar to: TermGenerator incorrectly tokenizes German text which contains special characters

Displaying 16 results from an estimated 16 matches similar to: "TermGenerator incorrectly tokenizes German text which contains special characters"

1999 Oct 25
2
leaps: XHAUST returned error code -999
Hi there, This problem has been dogging me for a bit, and I'm trying to figure out why. When running the the subsets function in the leaps library, R is giving me the following error message > lvodsub <- subsets(pred, resp$LVOD) Warning message: XHAUST returned error code -999 in: leaps.exhaustive(a, really.big = really.big) but this still happens if I add the really.big option:
2003 Nov 07
1
Samba 3.0.0 & OpenBSD 3.3: ldap.h not found
Hi! I'm trying to install Samba 3.0.0 into an OpenBSD 3.3 server. I have copied ldap.h from OpenLDAP 2.1.22 distribution to /usr/local/include. However, configure does not seem to find it: checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no I get the same result with ./configure --libdir=/usr/local/lib
2009 Sep 08
8
Visio2003 Slow rendering
Good evening I?ve installed visio2003 with the lastest version of Wine 1.1.29. So far it seems to work fine, except when it comes to opening vsd files. It takes forever to render and load all the vsd objects. I?m using a macbook pro with a 2.6 Ghz processor and 4 Ghz RAM. Does anybody have a clue why .vsd files take so long to render and edit?
2010 May 29
2
Running MSACCESS and Tildes Jumis
Hello! I am trying to run another Latvian accounting software Tildes Jumis. Free demo is available at http://tilde.lv/portal/go/tilde/3389/en-US/DesktopDefault.aspx It requires MS MSACCESS to run. I am running latest Wine (wine-1.2-rc2), installed RICHTX32.OCX, comctl32.dll,urlmon.dll using winetricks. Operating system:ubuntu 10.04 Program installs fine, but then I run it (using shortcut env
2015 Jun 16
1
Strange problem with rsync and expect
Version: 3.0.6OS: CentOS 6.6 I met a strange problem when using rsync with expect. I wrote a script backing up using rsync and expect. However when I run the script twice for two different files at same time, the two files on destination path would be deleted automatically before the files closed. The output of inotify_wait was like: ./ MODIFY .redo02.log.dOlbek ./ DELETE .redo02.log.dOlbek
2008 Sep 29
1
rsync hangs after counting some file list
Hi All, I have written script to download a directory from remote machine which contains the always the updated data. I want to download that directory onto my local machine periodically with --link-dest option to my old download directory. I have automated the script using " expect scripting" Following script I have written: $> cat ravi.ex #!/usr/bin/expect -- set LDEST
2005 Jun 23
3
Using more than one passwd program
Hello Everybody, i try to use more than the common: passwd program = /usr/bin/passwd %u what i try to do is a passwd program = /usr/bin/passwd %u && /usr/bin/htpasswd /location/of/file %u it works perfect with /usr/bin/passwd... but i just can?t get it to make an entry to /usr/bin/htpasswd can someone please help me best regards Alex
2019 Mar 25
2
Re: [PATCH 2/3] v2v: add Var_expander
On Mon, Feb 25, 2019 at 05:22:51PM +0100, Pino Toscano wrote: [...] After being burned a few times with custom parsing (hello, guestfish) I'm not a big fan. Is there not an existing C or OCaml library/facility we could use here? It's a shame we can't use Perl Template Toolkit because it would be ideal here. There are all kinds of questions that aren't answered such as: Should
1997 Sep 28
0
[IPD] Internet Probe Droid
[Mod: while not directly related to linux security, this post of course is approved because it provides a good summary and clear description. Please limit the discussion on this topic to new stuff. In general posts like this will be approved -- alex] Automating brute force attacks with ''Expect" balif and desslok - Abstract - phf,
2010 Mar 22
3
Insert Symbol not working in MS Office 2007 Word
Whenever I insert a symbol in Word 2007, it crashes. It doesn't crash in PowerPoint 2007 or Excel 2007. This is because a dialog box comes up instead whilst in Word, it is more of a drop down menu. This is my counsel output: Code: wine winword.exe fixme:heap:HeapSetInformation 0x110000 1 (nil) 0 fixme:heap:HeapSetInformation 0x110000 1 (nil) 0 fixme:heap:HeapSetInformation 0x110000 1 (nil)
2019 Mar 29
0
Re: [PATCH 2/3] v2v: add Var_expander
On Monday, 25 March 2019 15:55:46 CET Richard W.M. Jones wrote: > On Mon, Feb 25, 2019 at 05:22:51PM +0100, Pino Toscano wrote: > [...] > > After being burned a few times with custom parsing (hello, guestfish) > I'm not a big fan. I can perfectly understand that, however ... > Is there not an existing C or OCaml library/facility we could use > here? It's a shame we
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
Description: Replace many usleep and some sleep calls with nanosleep. usleep is stated in its manual page as removed by POSIX. Contrary to its predecessors, nanosleep semantics is well defined. The replacement, which is mostly in drivers, is untested. Supplements http://bugs.debian.org/633791. Last-Update: Sat, 13 Aug 2011 14:04:48 +0300 Index:
2003 Jan 02
0
Samba PDC passwd update to NIS server
Hello, After some difficulties my samba pdc users can change there smbpasswd and unix nis password in one go. (They just use the ctrl-alt-del change passwd.) My setup: A samba pdc running on host x (sunos) (Serving 3 TB, 500 users) A YP NIS password server running on host y (sunos) The lines in smb.conf for this: ... passwd program = /samba/tools/changepasswd.exp %u passwd chat = *new* %n\n
2002 Sep 05
0
error in smbpasswd (now in english, sorry)
Hi list, We are mounting a PDC with samba+ldap. We are using samba2.2.5 and ldap from complanet.ath.cx/nexxus. All things go well, all tests are ok. Now we have to put our 4000 users in ldap and /etc/passwd, for this task we make an ldif file (for ldap) and two little scripts for linux passwd and samba smbpasswd set, see: script caduser: #!/bin/bash # # Adiciona usuarios for I in `<
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.