Questions tagged [documents]
293 questions
1
vote
1 answer
Russian Document Corpus for Search Engine
I'm working on a cross language information retrieval that takes queries in english and searches documents in Russian. To evaluate this system it would be nice to have a collection of russian documents to search through. Does anyone out there know…
mike
1
vote
1 answer
Embedding PDF on website - without uploading to other service
On our site we use Google's document viewer to let users view PDF and other documents in the browser. But Google's viewer is not very good, when used without being Google. Quite often it doesn't show anything, and the limit for the PDF file is…

freeall
- 3,187
- 4
- 24
- 31
1
vote
2 answers
DNN List multiple documents on page
I am developing an intranet using DotNetNuke and would like know if anyone has come across a module for listing many files stored in a website folder.
I have many pages which need to list a lot of reference documents, and am happy with DNN's…

CodeMonkey
- 1,426
- 1
- 14
- 32
1
vote
2 answers
Inspect iOS user's documents folder remotely
Recently a user of one of my apps reported that all her data was lost when she updated the app. I think this is a long shot, but is there anyway for me to inspect her 'documents' folder within the app on her iPad? Or a way for her to send me her…

Steven Baughman
- 1,076
- 2
- 13
- 22
1
vote
3 answers
How do I split an RTF document into individual pages using PHP
I have an RTF document that serves as a template for input data from a web page. I need to know how to break the base template into individual pages for display on the website. Is there a way to do this using PHP? I have tried searching through…

Mark
- 1,368
- 5
- 13
- 26
1
vote
3 answers
Using a UIProgressBar to display status of a download
Does anyone have a link to a good tutorial about using a UIProgessBar in iOS to display the status of a download? I wouldn't have a problem even taking the total download size and inserting an if statement that states if (downloaded "x" megabytes),…

Jack
- 13
- 3
1
vote
2 answers
Large amount of text based documents to index and make searchable via an web or desktop interface, what should I consider?
I have a large amount of text based documents (EDI Files, iDocs, etc) that I would prefer to make searchable via a web based interface or desktop interface. I looked into a few options like full text search w/mysql and Sphinx. However, I wanted to…

John
- 495
- 1
- 4
- 8
1
vote
1 answer
Wordpress Plug-In for Documents Library
I need a very easy to use plug-in which will help me have this effect in Wordpress. Please note that simple page editing is not working -- add text and set hyperlink (this is not working). We need PDF & PPT files for now, however if there is a…

webber
- 11
- 3
1
vote
1 answer
Document Clustering in Objective-C
I am making an application that organizes a set of documents (ranging in number from a minimum of ~10 documents to a maximum of ~2000) into groups, based on the word/phrase content of each document. Each document can range from a paragraph of words…

Tanner
- 1,214
- 3
- 12
- 16
1
vote
2 answers
Averaging Vectors from a Corpus
How could I use the code below to go through a folder of documents and get each documents vector value, and then average the overall value?
documents_list = ['Hello, world','Here are two sentences.']
for doc in documents_list:
doc_nlp =…

emanuel tru
- 111
- 1
- 3
1
vote
0 answers
Solr managed-schema for nested objects
I'm trying to create nested documents in solr, and I'm having some troubles.
I need to know how to define the managed-schema file, and I'm not sure at all about how to do.
After a lot of investigation i found a way creating the nested document like…

Marc Ramiro Alpuente
- 39
- 5
1
vote
3 answers
HTML Document markup for accessibility
I was wondering about a proper way of structuring a document-like html page. It's obvious that the title of the page should be marked as and section headings as
and section headings as .
As for the footer, right now, I have:
phillyville
- 305
- 1
- 6
- 14

phillyville
- 305
- 1
- 6
- 14
1
vote
1 answer
Why does my Unity ios app's Documents and Data keep increasing?
I created my first app back in July. It came out to be 55mb. I have recently noticed that the Documents and Data section for my app is 150mb, nearly 3 times the app size. Doing more tests I have realized that each time I play the game it increases…

Health_Potion
- 21
- 6
1
vote
0 answers
ElasticSearch get random results with multiple filters doesn't work
Not getting proper results from elasticsearch with multiple filters.
I am following the documentation:
https://www.elastic.co/guide/en/elasticsearch/guide/current/random-scoring.html
It returns results for the very first filter and did not apply…

Abdullah Hassan
- 67
- 3
1
vote
1 answer
A "My Documents" for each game/program
So I have quite a few "Grab'n'Go" Windows games and programs that I've stuffed onto an external harddrive, and it is a little daunting to have all their saves end up on my C: drive. What I'm looking to do, and I hope this can be done on Windows XP…

Edward
- 495
- 1
- 6
- 20