Thursday, August 9, 2012

Tech Review: Natural Language Processing: Wednesday, August 8, 2012



What is a coordinating conjunction?

  • words that connect words, phrases, and clauses
  • there are 7 coordinating conjunctions
    • for
    • and
    • nor
    • but
    • or
    • yet
    • so
  • difference between coordination and subordination
    • coordination gives equal emphasis to two main clauses
    • subordination emphasizes the idea in the main clause
  • Punctuating coordinating conjunctions
    • (main clause) + , + coordinating conjunction + (main clause)
    • (item) + 0/ + coordinating conjuctions + (item)
      • item cannot be a main clause.
    • (item) + , + (item) + , + coordinating conjunction + (item)
Penn Treebank Part-of-Speech Tag is 'CC'



What is a phrase in grammar?

  • two or more words that do not contain a subject-verb pair necessary to form a clause
  • lots of different types of phrases
    • noun
    • verb
    • prepositional
    • infinitive
    • participle
    • gerund
    • absolute







Thursday, August 11, 2011

Tech Review: Tuesday, August 9, 2011

NARA takes crowdsourcing approach to tagging historic documents
Klossner crowdsourcing

Friday, February 11, 2011

magic.h Man Page



This can also be found using:

$ man 3 libmagic
or
$ man libmagic

Notice the '3' in front of the search for indicates which section to search in.




Friday, January 21, 2011

Example of Adding a User using iadmin

https://www.irods.org/index.php/Tutorial


  iadmin mkuser testuser1 rodsadmin 
 iadmin moduser testuser1 type rodsuser 
 iadmin mkgroup testgroup 
 iadmin atg testgroup testuser1 
 iadmin lg testgroup

iRODS Server Control

The message at the end of the install show how to start and stop the server:


 For special network interfaces, you may need to modify server/config/irodsHost; see comments within it.  To use the iRODS command-line tools, update your PATH:     For csh users:         set path=(/home/schroede/dice/iRODS/clients/icommands/bin $path)     For sh or bash users:         PATH=/home/schroede/dice/iRODS/clients/icommands/bin:$PATH  To start and stop the servers, use 'irodsctl':     irodsctl start     irodsctl stop     irodsctl restart Add '--help' for a list of commands.  Please see the iRODS documentation for additional notes on how to manage the servers and adjust the configuration.

Federation of iRODS Servers


https://www.irods.org/index.php/Federation

Gives an overview of iRODS federation.


At first this did not make a lot of sense.  However, after following the example on my own test server, it became clear.