Questions tagged [linkparser]

8 questions
3
votes
2 answers

Automatically correct Lingua::LinkParser include lib path

I'm building a script that will run on an EC2 instance that will automatically install our required packages and modules. I'm having an issue with Perl module Lingua::LinkParser. During compile it complains LinkParser.xs:5:27: error:…
Mxx
  • 8,979
  • 4
  • 27
  • 37
1
vote
3 answers

Fatal Error Installing linkparser on Ubuntu 11.10

I am using rvm, ruby 1.9.3, link-grammar (sudo apt-get install link-grammar), and pkg-config. I have the same setup on OSX, and it works great. Running 'gem install linkparser' fails on this: /usr/local/include/link-grammar/link-includes.h:16:36 …
airlok
  • 425
  • 3
  • 14
1
vote
2 answers

SAX Parser will not read and print one section of my xml File

I really need someone help in trying to get my parser to read and show just one section of xml file, i can get it two read from top to bottom but when i try and use the inner tags in my xml handler that separate each section out it doesn't do it and…
user927760
  • 11
  • 2
1
vote
0 answers

how to get a link id after a webview page has finished loading?

I'm trying to make an app where when a youtube video inside a webview is clicked then a Shared preferences takes only the id of the video but it's not working, what is wrong? I've been trying for days (I'm new to programming can have a lot of…
1
vote
4 answers

Problem installing linkparser on Ubuntu 10

using rvm using ruby 1.9.2 identical gems (and support libs) installed in OS X link-grammar installed (via apt-get) pkg-config working as expected. When I run gem install linkparser I get the following error: Building native extensions. This…
cbrulak
  • 15,436
  • 20
  • 61
  • 101
1
vote
1 answer

Jsoup parse link

I want to extract links from html, using jsoup Expected output: absolute link. I use "abs:href" for that. This works: Jsoup.parse("\nhaha", "http://www.ibm.com"); delivers:…
user1782357
  • 313
  • 2
  • 11
0
votes
3 answers

How to use Jmeter to test all links on page means i want to check whether all links on page, works or not?

I have some idea that, HTML link parser, HTTP sampler will help..I try to use it but unfortunatly didn't succeed in doing so.. Will act something like spider...
0
votes
1 answer

Cannot install the Rubygem "Link Parser"

I would like to create a chatbot, and for that I want to use Link Parser, which is basically an engine that finds out the relations between words when looking at a sentence. There is a Ruby wrapper which I tried to install by using: gem install…
Qqwy
  • 5,214
  • 5
  • 42
  • 83