Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
BLLIP
/
bllip-parser
Public
forked from
dmcc/bllip-parser
Notifications
You must be signed in to change notification settings
Fork
53
Star
226
Code
Issues
23
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
BLLIP on Mavericks
- #20
#20
Open
jimwhite
wants to merge 21 commits into
BLLIP:master
BLLIP/bllip-parser:master
from
jimwhite:BLLIP_ON_MAVERICKS
jimwhite/bllip-parser:BLLIP_ON_MAVERICKS
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
BLLIP on Mavericks
#20
jimwhite
wants to merge 21 commits into
BLLIP:master
BLLIP/bllip-parser:master
from
jimwhite:BLLIP_ON_MAVERICKS
jimwhite/bllip-parser:BLLIP_ON_MAVERICKS
Copy head branch name to clipboard
Commits
Commits on Mar 20, 2014
Compile on Mavericks with gcc47.
jimwhite
committed
b825401
View commit details
Copy full SHA for b825401
Browse repository at this point
Add my MacPorts setup steps.
jimwhite
committed
7c55d76
View commit details
Copy full SHA for 7c55d76
Browse repository at this point
Commits on Mar 21, 2014
Chase down why -march=native isn't working for gcc after 4.2. Add some comments about that.
jimwhite
committed
f37a1b5
View commit details
Copy full SHA for f37a1b5
Browse repository at this point
The simple switch is just disabling AVX.
jimwhite
committed
00b2ea8
View commit details
Copy full SHA for 00b2ea8
Browse repository at this point
Missing a negation does bad things to meaning.
jimwhite
committed
95680e9
View commit details
Copy full SHA for 95680e9
Browse repository at this point
MacPorts will gladly install more than one library at a time.
jimwhite
committed
39a51ea
View commit details
Copy full SHA for 39a51ea
Browse repository at this point
Commits on Jul 10, 2014
Move Mac-specific settings into Makefile.mac from Makefile.
jimwhite
committed
bc3500b
View commit details
Copy full SHA for bc3500b
Browse repository at this point
Use ESTIMATORNICKNAME=lbfgs-l1c10F1n1p2 to match the other current settings.
jimwhite
committed
bd9be5c
View commit details
Copy full SHA for bd9be5c
Browse repository at this point
A Git .gitignore copied from .hgignore.
jimwhite
committed
77837e5
View commit details
Copy full SHA for 77837e5
Browse repository at this point
Tidied up .gitignore and add second-stage/nbest and tmp dirs.
jimwhite
committed
cfaa974
View commit details
Copy full SHA for cfaa974
Browse repository at this point
Set LD_LIBRARY_PATH too.
jimwhite
committed
13fb007
View commit details
Copy full SHA for 13fb007
Browse repository at this point
Add a rule to .LIBPATTERNS so that SParseval will make.
jimwhite
committed
9343b8c
View commit details
Copy full SHA for 9343b8c
Browse repository at this point
Don't set standard make variables if they are already set.
jimwhite
committed
7a4d1e0
View commit details
Copy full SHA for 7a4d1e0
Browse repository at this point
index on BLLIP_FOR_MACOS: bd9be5c Use ESTIMATORNICKNAME=lbfgs-l1c10F1n1p2 to match the other current settings.
jimwhite
committed
d4d375b
View commit details
Copy full SHA for d4d375b
Browse repository at this point
WIP on BLLIP_FOR_MACOS: bd9be5c Use ESTIMATORNICKNAME=lbfgs-l1c10F1n1p2 to match the other current settings.
jimwhite
committed
42e70d8
View commit details
Copy full SHA for 42e70d8
Browse repository at this point
Merge commit 'stash' into BLLIP_FOR_MACOS
Show description for 37ab98c
jimwhite
committed
37ab98c
View commit details
Copy full SHA for 37ab98c
Browse repository at this point
Seems to build and run everything (including SParseval and the
Show description for 81bcc86
jimwhite
committed
81bcc86
View commit details
Copy full SHA for 81bcc86
Browse repository at this point
Remove Mac-specific stuff from Makefile.
jimwhite
committed
4bc24de
View commit details
Copy full SHA for 4bc24de
Browse repository at this point
Commits on Jul 11, 2014
Always use 'gzip -c' to avoid failures caused by extra hardlinks.
jimwhite
committed
6b6ccde
View commit details
Copy full SHA for 6b6ccde
Browse repository at this point
Commits on Oct 26, 2014
Merge branch 'master' of github.com:BLLIP/bllip-parser into BLLIP_ON_MAVERICKS
jimwhite
committed
baecd5a
View commit details
Copy full SHA for baecd5a
Browse repository at this point
nltk.tree.Tree.parse has apparently been removed/replace by fromstring and/or bracket_parse.
jimwhite
committed
04ba357
View commit details
Copy full SHA for 04ba357
Browse repository at this point
You can’t perform that action at this time.