Displaying 4 results from an estimated 4 matches for "freeling".
Did you mean:
freeing
2013 Nov 21
2
RStudio and R.app "segmentation fault" errors
R-helpers,
I'm using system() to run a shell script that uses a library written in C++ to analyze natural language (FreeLing: http://nlp.lsi.upc.edu/freeling). When I run the following code in RStudio (0.97.248) and R.app (1.62) on Max OSX (10.7.5):
> cmd <- "analyze -f /usr/local/share/freeling/config/es.cfg --lang es --outf tagged </Users/earlbrown/temp_input.txt"
> tagged.text <- do.call(syst...
2012 Jul 20
0
About R and text mining
Hello,
Anyone know if R can read others format like the format.freeling
here the software: http://gramatica.usc.es/pln/tools/freeling.html
I want create a corpus with this format, or ¿ the best way is read from a
plain text?
thanks in advanced.
Greetings
Jenn.
[[alternative HTML version deleted]]
2007 Aug 01
2
PXE, Intel, and FC4 problems
Greetings!
I am currently building a PXE distro server for a company that I'm
contracting for, but I'm having some problems. Here's the scoop:
Some of the clients I want to install on are Angstrom blades with Intel
e1000 NICs. Using the pxelinux.0 file on the FC6 distro, I can install
FC6 just fine. However, FC4 bombs. The system pulls it's DHCP address
just fine, and then
2008 Jun 03
1
Model simplification using anova()
Hello all,
I've become confused by the output produced by a call to
anova(model1,model2). First a brief background. My model used to predict
final tree height is summarised here:
Df Sum Sq Mean Sq F value Pr(>F)
Treatment 2 748.35 374.17 21.3096 7.123e-06 ***
HeightInitial 1 0.31 0.31 0.0178 0.89519